<?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: 3 Quick and Simple Tricks to Speed Up WordPress</title>
	<atom:link href="http://www.followsteph.com/2009/01/07/3-quick-and-simple-tricks-to-speed-up-wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.followsteph.com/2009/01/07/3-quick-and-simple-tricks-to-speed-up-wordpress/</link>
	<description>Follow Steph through his real estate and business journeys</description>
	<lastBuildDate>Thu, 29 Jul 2010 14:02:53 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: The IT Juggler</title>
		<link>http://www.followsteph.com/2009/01/07/3-quick-and-simple-tricks-to-speed-up-wordpress/comment-page-1/#comment-94529</link>
		<dc:creator>The IT Juggler</dc:creator>
		<pubDate>Tue, 17 Feb 2009 11:23:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.followsteph.com/?p=869#comment-94529</guid>
		<description>Hi, 

This is a great article. I&#039;ve been spending a bit of time trying to get the best performance out of my self-hosted Wordpress and found a great plugin that dropped load and render time. I&#039;ve posted a blog about it here on http://itjuggler.ollis.id.au/2009/02/16/wordpress-on-speedy-wp/

Steve</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>This is a great article. I&#8217;ve been spending a bit of time trying to get the best performance out of my self-hosted Wordpress and found a great plugin that dropped load and render time. I&#8217;ve posted a blog about it here on <a href="http://itjuggler.ollis.id.au/2009/02/16/wordpress-on-speedy-wp/" rel="nofollow">http://itjuggler.ollis.id.au/2009/02/16/wordpress-on-speedy-wp/</a></p>
<p>Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steph</title>
		<link>http://www.followsteph.com/2009/01/07/3-quick-and-simple-tricks-to-speed-up-wordpress/comment-page-1/#comment-90563</link>
		<dc:creator>Steph</dc:creator>
		<pubDate>Mon, 12 Jan 2009 17:02:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.followsteph.com/?p=869#comment-90563</guid>
		<description>Hi Mark,

Thanks for filling in the advanced tips, at least what I consider advanced tips!

Thank you :)</description>
		<content:encoded><![CDATA[<p>Hi Mark,</p>
<p>Thanks for filling in the advanced tips, at least what I consider advanced tips!</p>
<p>Thank you <img src='http://www.followsteph.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Gladding</title>
		<link>http://www.followsteph.com/2009/01/07/3-quick-and-simple-tricks-to-speed-up-wordpress/comment-page-1/#comment-90133</link>
		<dc:creator>Mark Gladding</dc:creator>
		<pubDate>Fri, 09 Jan 2009 11:21:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.followsteph.com/?p=869#comment-90133</guid>
		<description>One other way of reducing hits on your database is to use the SuperCache WordPress plugin. This will cache the output of your site and store the pages as html files. This not only avoids database overheads but also the overhead of PHP. It&#039;s smart enough to regenerate the cache whenever your content changes. It doesn&#039;t serve cached pages to registered users or users who have commented on your blog. This not really a problem as 99% of visitors don&#039;t fall into either of these categories. It works well when you get a surge of Digg readers.  One extra benefit of SuperCache is that it gzips your pages to reduce the amount of data being transferred.
The other thing I&#039;ve done is to use a Content Delivery Network (CDN) to serve all the images on my site. This has a number of advantages. A good CDN will have multiple servers strategically placed around the world. When a visitor lands on your site, the closest physical server to that individual visitor is chosen to serve your content. This reduces latencies introduced by physical distance.
It also means that your content is being served by at least two domains. Browsers limit the number of simultaneous requests they will make to a single domain. Having two domains doubles this number. I think the limit for IE6 &amp; 7 is around 2. IE8, Firefox 3 and Google Chrome will make around 8 simultaneous requests to a single domain.
I&#039;m using www.cachefly.net for my site www.ebooksjustpublished.com. It&#039;s the only realistically priced CDN service I&#039;ve found. Their entry level plan, which will be more than adequate for most blogs and web sites is $15 per month. 
One thing you should do before performance tuning your site is to do some measurements. The best tool I&#039;ve found for this is the free Firefox plugin from Yahoo called YSlow (http://developer.yahoo.com/yslow/). This not only measures your site performance and gives it a grade, it also gives you a list of suggestions on how to improve it&#039;s performance. I can&#039;t recommend this tool highly enough. It&#039;s the best thing to come out of Yahoo since Seth Godin!
Having said all that my site went down the other day under a load spike. Talking to my hosting provider it seems the server received too many simultaneous requests, causing Apache to run out of memory, hit the VPS memory limit and end up being killed by some daemon. I guess that&#039;s the risk you take when running on a $10 plan with a 160MB VPS. Time to upgrade to their next level plan I think. What I&#039;d really like is a plan that scales automatically to accommodate load spikes but only charges you for the resources you use.</description>
		<content:encoded><![CDATA[<p>One other way of reducing hits on your database is to use the SuperCache WordPress plugin. This will cache the output of your site and store the pages as html files. This not only avoids database overheads but also the overhead of PHP. It&#8217;s smart enough to regenerate the cache whenever your content changes. It doesn&#8217;t serve cached pages to registered users or users who have commented on your blog. This not really a problem as 99% of visitors don&#8217;t fall into either of these categories. It works well when you get a surge of Digg readers.  One extra benefit of SuperCache is that it gzips your pages to reduce the amount of data being transferred.<br />
The other thing I&#8217;ve done is to use a Content Delivery Network (CDN) to serve all the images on my site. This has a number of advantages. A good CDN will have multiple servers strategically placed around the world. When a visitor lands on your site, the closest physical server to that individual visitor is chosen to serve your content. This reduces latencies introduced by physical distance.<br />
It also means that your content is being served by at least two domains. Browsers limit the number of simultaneous requests they will make to a single domain. Having two domains doubles this number. I think the limit for IE6 &amp; 7 is around 2. IE8, Firefox 3 and Google Chrome will make around 8 simultaneous requests to a single domain.<br />
I&#8217;m using <a href="http://www.cachefly.net" rel="nofollow">http://www.cachefly.net</a> for my site <a href="http://www.ebooksjustpublished.com" rel="nofollow">http://www.ebooksjustpublished.com</a>. It&#8217;s the only realistically priced CDN service I&#8217;ve found. Their entry level plan, which will be more than adequate for most blogs and web sites is $15 per month.<br />
One thing you should do before performance tuning your site is to do some measurements. The best tool I&#8217;ve found for this is the free Firefox plugin from Yahoo called YSlow (<a href="http://developer.yahoo.com/yslow/)" rel="nofollow">http://developer.yahoo.com/yslow/)</a>. This not only measures your site performance and gives it a grade, it also gives you a list of suggestions on how to improve it&#8217;s performance. I can&#8217;t recommend this tool highly enough. It&#8217;s the best thing to come out of Yahoo since Seth Godin!<br />
Having said all that my site went down the other day under a load spike. Talking to my hosting provider it seems the server received too many simultaneous requests, causing Apache to run out of memory, hit the VPS memory limit and end up being killed by some daemon. I guess that&#8217;s the risk you take when running on a $10 plan with a 160MB VPS. Time to upgrade to their next level plan I think. What I&#8217;d really like is a plan that scales automatically to accommodate load spikes but only charges you for the resources you use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: An Ill Corporate Wind Is Blowing - And Many Are Not Helping One Byte &#124; The Recursive ISV</title>
		<link>http://www.followsteph.com/2009/01/07/3-quick-and-simple-tricks-to-speed-up-wordpress/comment-page-1/#comment-90016</link>
		<dc:creator>An Ill Corporate Wind Is Blowing - And Many Are Not Helping One Byte &#124; The Recursive ISV</dc:creator>
		<pubDate>Thu, 08 Jan 2009 08:59:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.followsteph.com/?p=869#comment-90016</guid>
		<description>[...] Steph’s got a nice little article on optimizing WordPress basics that is well worth a read. [...]</description>
		<content:encoded><![CDATA[<p>[...] Steph’s got a nice little article on optimizing WordPress basics that is well worth a read. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
