<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Wordpress Lighttpd vs. Apache Httpd Perfomance Test</title>
	<atom:link href="http://webserverhacks.com/performance-tests/wordpress-lighttpd-vs-apache-httpd-perfomance-test/feed/" rel="self" type="application/rss+xml" />
	<link>http://webserverhacks.com/performance-tests/wordpress-lighttpd-vs-apache-httpd-perfomance-test/</link>
	<description>Hacks for Dedicated/VPS Servers, SSH, and Plesk</description>
	<lastBuildDate>Wed, 27 Jan 2010 00:31:18 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: How To Run Lighttpd with Wordpress! &#124; Web Server Hacks Blog &#8211; Hacks for Dedicated/VPS Servers, SSH, and Plesk</title>
		<link>http://webserverhacks.com/performance-tests/wordpress-lighttpd-vs-apache-httpd-perfomance-test/comment-page-1/#comment-97</link>
		<dc:creator>How To Run Lighttpd with Wordpress! &#124; Web Server Hacks Blog &#8211; Hacks for Dedicated/VPS Servers, SSH, and Plesk</dc:creator>
		<pubDate>Wed, 14 Oct 2009 08:52:43 +0000</pubDate>
		<guid isPermaLink="false">http://webserverhacks.com/?p=4#comment-97</guid>
		<description>[...] Home About RSS  Follow @WebServerHacks on Twitter        &#171; Wordpress Lighttpd vs. Apache Httpd Perfomance Test [...]</description>
		<content:encoded><![CDATA[<p>[...] Home About RSS  Follow @WebServerHacks on Twitter        &laquo; Wordpress Lighttpd vs. Apache Httpd Perfomance Test [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://webserverhacks.com/performance-tests/wordpress-lighttpd-vs-apache-httpd-perfomance-test/comment-page-1/#comment-96</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 14 Oct 2009 07:14:54 +0000</pubDate>
		<guid isPermaLink="false">http://webserverhacks.com/?p=4#comment-96</guid>
		<description>Hmmm... I believe I have set it up correctly, the pages have been verified as compressed gzipped files so I don&#039;t think that&#039;s the issue here, there&#039;s clearly no performance improvement in using either of the methods but yes, they do way better than Apache for sheezy.

Let me also add that load was increased on a VPS server, where resources are very limited.  However same tests on a raw quad-core dedicated server with 8GB of memory yielded almost no load.</description>
		<content:encoded><![CDATA[<p>Hmmm&#8230; I believe I have set it up correctly, the pages have been verified as compressed gzipped files so I don&#8217;t think that&#8217;s the issue here, there&#8217;s clearly no performance improvement in using either of the methods but yes, they do way better than Apache for sheezy.</p>
<p>Let me also add that load was increased on a VPS server, where resources are very limited.  However same tests on a raw quad-core dedicated server with 8GB of memory yielded almost no load.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://webserverhacks.com/performance-tests/wordpress-lighttpd-vs-apache-httpd-perfomance-test/comment-page-1/#comment-11</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Wed, 23 Sep 2009 05:11:18 +0000</pubDate>
		<guid isPermaLink="false">http://webserverhacks.com/?p=4#comment-11</guid>
		<description>hi -- no offense, but it looks like you&#039;re not setting up your blogs correctly with supercache and the lighttpd Lua mod_magnet script.  the whole point is that the mod_magnet script turns any potential PHP/wordpress calls into a plain ol&#039; static file requests, which should be ridiculously fast for lighttpd to return.

if you&#039;re getting only 12 reqs/sec and high load averages, then your magnet setup isn&#039;t finding the supercache&#039;d page (index.html.gz, index.html etc).  if you&#039;ve set things up correctly, you shouldn&#039;t see your PHP processes churning at all, and should basically have no noticeable load increase.

my ab results for a blog i have set up with the asteriosk.gr method can do 100s of reqs/sec (running locally—not measuring network times from my desktop to the server).  you have to remember to set up the rewrite rule in your lighttpd config to send calls for the index page to index.php.  also to test gzip you need to add -H &quot;Accept-Encoding: gzip,deflate&quot; to your ab options.</description>
		<content:encoded><![CDATA[<p>hi &#8212; no offense, but it looks like you&#8217;re not setting up your blogs correctly with supercache and the lighttpd Lua mod_magnet script.  the whole point is that the mod_magnet script turns any potential PHP/wordpress calls into a plain ol&#8217; static file requests, which should be ridiculously fast for lighttpd to return.</p>
<p>if you&#8217;re getting only 12 reqs/sec and high load averages, then your magnet setup isn&#8217;t finding the supercache&#8217;d page (index.html.gz, index.html etc).  if you&#8217;ve set things up correctly, you shouldn&#8217;t see your PHP processes churning at all, and should basically have no noticeable load increase.</p>
<p>my ab results for a blog i have set up with the asteriosk.gr method can do 100s of reqs/sec (running locally—not measuring network times from my desktop to the server).  you have to remember to set up the rewrite rule in your lighttpd config to send calls for the index page to index.php.  also to test gzip you need to add -H &#8220;Accept-Encoding: gzip,deflate&#8221; to your ab options.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
