<?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"
	>
<channel>
	<title>Comments on: WordPress CPU Usage and the July 2007 Report</title>
	<atom:link href="http://samirbharadwaj.com/blog/wordpress-cpu-usage-and-the-july-2007-report/feed/" rel="self" type="application/rss+xml" />
	<link>http://samirbharadwaj.com/blog/wordpress-cpu-usage-and-the-july-2007-report/</link>
	<description>Everything I'm doing when I'm not doing everything else</description>
	<pubDate>Fri, 29 Aug 2008 23:40:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Samir Bharadwaj</title>
		<link>http://samirbharadwaj.com/blog/wordpress-cpu-usage-and-the-july-2007-report/#comment-1817</link>
		<dc:creator>Samir Bharadwaj</dc:creator>
		<pubDate>Tue, 11 Sep 2007 11:06:30 +0000</pubDate>
		<guid isPermaLink="false">http://samirbharadwaj.com/blog/wordpress-cpu-usage-and-the-july-2007-report/#comment-1817</guid>
		<description>Hi David, sorry to hear about your hosting problems. I think it is getting to be quite a common issue now that there are more of us with multiple blogs and multiple projects that we work on simultaneously.

I can see the point-of-view of the Hostgator staff regarding $10/month plans being only suitable for recreational blogs, but I still think most of these situations can be solved with some optimisation.

The problem is that dynamic sites require a lot of CPU and database activity to run in their default un-cached mode. For example you said you had 10 Wordpress blogs getting 20-30 visitors a minute. That might not be a huge load for the Apache server to handle, but in Wordpress, each visit to a page results in anywhere from 10-50 MYSQL database queries depending on the theme and plugins you are using. That would mean your account could be dealing with something like 1000 database requests per minute. That is a lot.

The best and simplest solution to this is installing the &lt;a herf="http://wordpress.org/extend/plugins/wp-cache/" rel="nofollow"&gt;WP-Cache&lt;/a&gt; plugin. This saves each page as a static page for a fixed period of time and/or until something on the page is changed. The default cache time is 1 hour, which means each page on your blog will be generated only once in an hour rather than many times a minute. This leads to a huge saving in CPU cyles and database queries. If you have a site which doesn't get a lot of changes in the form of comments, you can even set the cache period for a longer time to further reduce CPU usage.

If Hostgator is willing to give you a chance to reduce your usage, I would definitely set up WP-Cache on all your blogs and see if the reduction is sufficiet for you to continue using your current account. If not, then you can always move on to bigger hosting plans. Before you move on to dedicated hosting, it might be worth it to first try out a VPS (Virtual Private Server) account. It gives you many of the benefits of dedicated servers at a much reduced cost.

Hope this helps, and do drop by and let me know how your problem is finally solved. This kind of discussion is increasingly useful to a lot of people, and I am interested in knowing how things turn out.

Best of luck and hope to see more of you on this site.</description>
		<content:encoded><![CDATA[<p>Hi David, sorry to hear about your hosting problems. I think it is getting to be quite a common issue now that there are more of us with multiple blogs and multiple projects that we work on simultaneously.</p>
<p>I can see the point-of-view of the Hostgator staff regarding $10/month plans being only suitable for recreational blogs, but I still think most of these situations can be solved with some optimisation.</p>
<p>The problem is that dynamic sites require a lot of CPU and database activity to run in their default un-cached mode. For example you said you had 10 Wordpress blogs getting 20-30 visitors a minute. That might not be a huge load for the Apache server to handle, but in Wordpress, each visit to a page results in anywhere from 10-50 MYSQL database queries depending on the theme and plugins you are using. That would mean your account could be dealing with something like 1000 database requests per minute. That is a lot.</p>
<p>The best and simplest solution to this is installing the <a herf="http://wordpress.org/extend/plugins/wp-cache/" rel="nofollow">WP-Cache</a> plugin. This saves each page as a static page for a fixed period of time and/or until something on the page is changed. The default cache time is 1 hour, which means each page on your blog will be generated only once in an hour rather than many times a minute. This leads to a huge saving in CPU cyles and database queries. If you have a site which doesn&#8217;t get a lot of changes in the form of comments, you can even set the cache period for a longer time to further reduce CPU usage.</p>
<p>If Hostgator is willing to give you a chance to reduce your usage, I would definitely set up WP-Cache on all your blogs and see if the reduction is sufficiet for you to continue using your current account. If not, then you can always move on to bigger hosting plans. Before you move on to dedicated hosting, it might be worth it to first try out a VPS (Virtual Private Server) account. It gives you many of the benefits of dedicated servers at a much reduced cost.</p>
<p>Hope this helps, and do drop by and let me know how your problem is finally solved. This kind of discussion is increasingly useful to a lot of people, and I am interested in knowing how things turn out.</p>
<p>Best of luck and hope to see more of you on this site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Chin</title>
		<link>http://samirbharadwaj.com/blog/wordpress-cpu-usage-and-the-july-2007-report/#comment-1811</link>
		<dc:creator>David Chin</dc:creator>
		<pubDate>Tue, 11 Sep 2007 06:34:40 +0000</pubDate>
		<guid isPermaLink="false">http://samirbharadwaj.com/blog/wordpress-cpu-usage-and-the-july-2007-report/#comment-1811</guid>
		<description>Great post, and the reason why I'm here is that my account has been suspended at Hostgator too. I have something like 10 Wordpress blogs, receiving about 20 to 30 visitors per minute in total, with no fancy plugins.

CPU usage on my account has exceeded the % limit, and I think it's time for me to move into dedicated hosting.

Support staff at Hostgator seems to suggest that the $10/month plans are only suitable for a few blogs of recreational nature.</description>
		<content:encoded><![CDATA[<p>Great post, and the reason why I&#8217;m here is that my account has been suspended at Hostgator too. I have something like 10 Wordpress blogs, receiving about 20 to 30 visitors per minute in total, with no fancy plugins.</p>
<p>CPU usage on my account has exceeded the % limit, and I think it&#8217;s time for me to move into dedicated hosting.</p>
<p>Support staff at Hostgator seems to suggest that the $10/month plans are only suitable for a few blogs of recreational nature.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samir</title>
		<link>http://samirbharadwaj.com/blog/wordpress-cpu-usage-and-the-july-2007-report/#comment-965</link>
		<dc:creator>Samir</dc:creator>
		<pubDate>Fri, 10 Aug 2007 19:31:03 +0000</pubDate>
		<guid isPermaLink="false">http://samirbharadwaj.com/blog/wordpress-cpu-usage-and-the-july-2007-report/#comment-965</guid>
		<description>Maggie, glad you found this helpful and thank you for visiting. The whole &lt;em&gt;&lt;acronym title="Central Processor Unit"&gt;CPU&lt;/acronym&gt; usage&lt;/em&gt; issue is really a very important one now with a large number of us bloggers on cheap &lt;em&gt;shared hosting&lt;/em&gt; accounts with strict limits. Also,  more and more complex functions and interactive features are being included into blogging software and content management systems, all of which put a greater strain on the server &lt;acronym title="Central Processor Unit"&gt;CPU&lt;/acronym&gt;.

&lt;strong&gt;For Wordpress, the &lt;em&gt;WP-Cache&lt;/em&gt; plugin really is the simplest and most comprehensive way to reduce server load&lt;/strong&gt;, so I'm sure it will work in for you as well. You can even tweak the effect further by changing the settings for the plugin in the admin area. If for example, you don't update your blog several times a day and you aren't getting many comments, you could set the "Expire time" setting to more than an hour (3600 seconds). But generally speaking the defaults should aready have a drastic effect in reducing your processor load.

Best of luck with the hosting issues and hope to see you around here often.</description>
		<content:encoded><![CDATA[<p>Maggie, glad you found this helpful and thank you for visiting. The whole <em><acronym title="Central Processor Unit">CPU</acronym> usage</em> issue is really a very important one now with a large number of us bloggers on cheap <em>shared hosting</em> accounts with strict limits. Also,  more and more complex functions and interactive features are being included into blogging software and content management systems, all of which put a greater strain on the server <acronym title="Central Processor Unit">CPU</acronym>.</p>
<p><strong>For Wordpress, the <em>WP-Cache</em> plugin really is the simplest and most comprehensive way to reduce server load</strong>, so I&#8217;m sure it will work in for you as well. You can even tweak the effect further by changing the settings for the plugin in the admin area. If for example, you don&#8217;t update your blog several times a day and you aren&#8217;t getting many comments, you could set the &#8220;Expire time&#8221; setting to more than an hour (3600 seconds). But generally speaking the defaults should aready have a drastic effect in reducing your processor load.</p>
<p>Best of luck with the hosting issues and hope to see you around here often.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maggie</title>
		<link>http://samirbharadwaj.com/blog/wordpress-cpu-usage-and-the-july-2007-report/#comment-913</link>
		<dc:creator>Maggie</dc:creator>
		<pubDate>Wed, 08 Aug 2007 18:36:50 +0000</pubDate>
		<guid isPermaLink="false">http://samirbharadwaj.com/blog/wordpress-cpu-usage-and-the-july-2007-report/#comment-913</guid>
		<description>Thanks for the tip about WP-Cache.  I just got the dreaded "too much CPU usage" email from Dreamhost last week, and have been trying to figure out how to reduce my  usage, too.  I'm going to give the plugin a try and keep my fingers crossed for better stats in the next few days.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip about WP-Cache.  I just got the dreaded &#8220;too much CPU usage&#8221; email from Dreamhost last week, and have been trying to figure out how to reduce my  usage, too.  I&#8217;m going to give the plugin a try and keep my fingers crossed for better stats in the next few days.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.551 seconds -->
