<?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/MySQL performance issues?</title>
	<atom:link href="http://www.darcynorman.net/2006/01/10/wordpress-mysql-performance-issues/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.darcynorman.net/2006/01/10/wordpress-mysql-performance-issues/</link>
	<description>just a lowly edtech geek, mumble mumble university of calgary</description>
	<lastBuildDate>Sun, 21 Mar 2010 07:42:42 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: brett</title>
		<link>http://www.darcynorman.net/2006/01/10/wordpress-mysql-performance-issues/#comment-194733</link>
		<dc:creator>brett</dc:creator>
		<pubDate>Tue, 24 Mar 2009 20:29:04 +0000</pubDate>
		<guid isPermaLink="false">1747412744#comment-194733</guid>
		<description>Enjoyed everyones thoughts on this issue - I thought I&#039;d way in.  I was experiencing the exact same things.... I&#039;ve tried everything to fix it - and you know what did it?

Switching hosting providers.

After working hard to get GoDaddy&#039;s customer service to help (to no avail) I just gave up on them.

GoDaddy has terrible shared server environments - and is awful for hosting wordpress.  I highly recommend switching over to a better hosting system - I&#039;m using Mosso, and my blog (same blog that godaddy blamed as the problem) now loads in no time flat.  

Way faster than the 30 seconds it was taking on GoDaddy!</description>
		<content:encoded><![CDATA[<p>Enjoyed everyones thoughts on this issue &#8211; I thought I&#8217;d way in.  I was experiencing the exact same things&#8230;. I&#8217;ve tried everything to fix it &#8211; and you know what did it?</p>
<p>Switching hosting providers.</p>
<p>After working hard to get GoDaddy&#8217;s customer service to help (to no avail) I just gave up on them.</p>
<p>GoDaddy has terrible shared server environments &#8211; and is awful for hosting wordpress.  I highly recommend switching over to a better hosting system &#8211; I&#8217;m using Mosso, and my blog (same blog that godaddy blamed as the problem) now loads in no time flat.  </p>
<p>Way faster than the 30 seconds it was taking on GoDaddy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GeradT</title>
		<link>http://www.darcynorman.net/2006/01/10/wordpress-mysql-performance-issues/#comment-193526</link>
		<dc:creator>GeradT</dc:creator>
		<pubDate>Mon, 13 Oct 2008 15:43:46 +0000</pubDate>
		<guid isPermaLink="false">1747412744#comment-193526</guid>
		<description>I would highly recommend that you move away from GoDaddy hosting. They are really not good for that. Don&#039;t get me wrong, I have all of my domains through them, I just dont use them for hosting any of them. The quality of hosting just isnt there. I would highly recommend host gator or pretty much any other major hosting company (except 1and1, they stink too). Hope this helps!</description>
		<content:encoded><![CDATA[<p>I would highly recommend that you move away from GoDaddy hosting. They are really not good for that. Don&#8217;t get me wrong, I have all of my domains through them, I just dont use them for hosting any of them. The quality of hosting just isnt there. I would highly recommend host gator or pretty much any other major hosting company (except 1and1, they stink too). Hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D'Arcy</title>
		<link>http://www.darcynorman.net/2006/01/10/wordpress-mysql-performance-issues/#comment-80956</link>
		<dc:creator>D'Arcy</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">1747412744#comment-80956</guid>
		<description>Chris, I&#039;m looking at the page generation metric that WordPress burns into the tail end of every page it spits out (it&#039;s commented out, near the bottom of the source for a page) and that only includes the PHP and MySQL generation time for the page itself. External stuff loads roughly in parallel.

Alan, from what I understand, the built-in caching is somewhat different than WP-Cache did. WP2 apparently caches portions of pages (database queries etc.) while WP-Cache stored the entire generated page as a flat file, and returned that directly (and VERY quickly).

It&#039;s entirely possible that I&#039;m seeing a cretin attack, but there aren&#039;t any noticeable spikes in the logs provided by GoDaddy (well, not in the Analog output that I get to see, anyway).

I had gone in and verified/repaired/optimized all tables in the database, with no luck.

It&#039;s a stumper, unless the GoDaddy server is acting up...</description>
		<content:encoded><![CDATA[<p>Chris, I&#8217;m looking at the page generation metric that WordPress burns into the tail end of every page it spits out (it&#8217;s commented out, near the bottom of the source for a page) and that only includes the PHP and MySQL generation time for the page itself. External stuff loads roughly in parallel.</p>
<p>Alan, from what I understand, the built-in caching is somewhat different than WP-Cache did. WP2 apparently caches portions of pages (database queries etc.) while WP-Cache stored the entire generated page as a flat file, and returned that directly (and VERY quickly).</p>
<p>It&#8217;s entirely possible that I&#8217;m seeing a cretin attack, but there aren&#8217;t any noticeable spikes in the logs provided by GoDaddy (well, not in the Analog output that I get to see, anyway).</p>
<p>I had gone in and verified/repaired/optimized all tables in the database, with no luck.</p>
<p>It&#8217;s a stumper, unless the GoDaddy server is acting up&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://www.darcynorman.net/2006/01/10/wordpress-mysql-performance-issues/#comment-80957</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">1747412744#comment-80957</guid>
		<description>I thought WP2 had some caching built in the negated the need for the WP-cache plugin. (I had problems with that plugin nuking the popularity contest plugin.)

Have you gone in with something like PHPMyAdmin and optimized some of the tables? The comments, and the SK2 tables end up building  alot of overhead. I am not sure how much that factors into performance, but I like to flatten them out every two weeks or so.

I did not see any significant speed up or slow down in going from WP 1.5 to 2.0.

Any chance of getting hit hard by any cretins?</description>
		<content:encoded><![CDATA[<p>I thought WP2 had some caching built in the negated the need for the WP-cache plugin. (I had problems with that plugin nuking the popularity contest plugin.)</p>
<p>Have you gone in with something like PHPMyAdmin and optimized some of the tables? The comments, and the SK2 tables end up building  alot of overhead. I am not sure how much that factors into performance, but I like to flatten them out every two weeks or so.</p>
<p>I did not see any significant speed up or slow down in going from WP 1.5 to 2.0.</p>
<p>Any chance of getting hit hard by any cretins?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.darcynorman.net/2006/01/10/wordpress-mysql-performance-issues/#comment-80958</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">1747412744#comment-80958</guid>
		<description>I wonder about the content coming from off-site, like the flickr block and sitemeter data. Often these can slow down a pageload if they&#039;re experiencing downtime. I have the same setup as you, running on a repurposed dell in my lab, but then again I don&#039;t have nearly the traffic that you do... just some thoughts.</description>
		<content:encoded><![CDATA[<p>I wonder about the content coming from off-site, like the flickr block and sitemeter data. Often these can slow down a pageload if they&#8217;re experiencing downtime. I have the same setup as you, running on a repurposed dell in my lab, but then again I don&#8217;t have nearly the traffic that you do&#8230; just some thoughts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Pederson</title>
		<link>http://www.darcynorman.net/2006/01/10/wordpress-mysql-performance-issues/#comment-80959</link>
		<dc:creator>John Pederson</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">1747412744#comment-80959</guid>
		<description>I&#039;m running WP2, K2, and just about the exact setup you are...plenty of plugins...no problems.  I&#039;m not an expert by any means, but I think you are dealing with server load issues.</description>
		<content:encoded><![CDATA[<p>I&#8217;m running WP2, K2, and just about the exact setup you are&#8230;plenty of plugins&#8230;no problems.  I&#8217;m not an expert by any means, but I think you are dealing with server load issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sami Khan</title>
		<link>http://www.darcynorman.net/2006/01/10/wordpress-mysql-performance-issues/#comment-80960</link>
		<dc:creator>Sami Khan</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">1747412744#comment-80960</guid>
		<description>If you act now I&#039;ll throw in an extra pair for free... and not only that you get a free control panel! Your site is acting slowly from where I am as well.</description>
		<content:encoded><![CDATA[<p>If you act now I&#8217;ll throw in an extra pair for free&#8230; and not only that you get a free control panel! Your site is acting slowly from where I am as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sami Khan</title>
		<link>http://www.darcynorman.net/2006/01/10/wordpress-mysql-performance-issues/#comment-80961</link>
		<dc:creator>Sami Khan</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">1747412744#comment-80961</guid>
		<description>Let me know if you want to move off, I have a server in Texas with relatively low usage that you can have an account on, pro-bono :).</description>
		<content:encoded><![CDATA[<p>Let me know if you want to move off, I have a server in Texas with relatively low usage that you can have an account on, pro-bono <img src='http://www.darcynorman.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D'Arcy</title>
		<link>http://www.darcynorman.net/2006/01/10/wordpress-mysql-performance-issues/#comment-80962</link>
		<dc:creator>D'Arcy</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">1747412744#comment-80962</guid>
		<description>Thanks for the offer, Sami. I just might take you up on that, depending on how this plays out.</description>
		<content:encoded><![CDATA[<p>Thanks for the offer, Sami. I just might take you up on that, depending on how this plays out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://www.darcynorman.net/2006/01/10/wordpress-mysql-performance-issues/#comment-80963</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">1747412744#comment-80963</guid>
		<description>Hopefully the offer comes with the Ginsu knives ;-)</description>
		<content:encoded><![CDATA[<p>Hopefully the offer comes with the Ginsu knives <img src='http://www.darcynorman.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
