<?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: GoDaddy is too slow</title>
	<atom:link href="http://www.sindark.com/2007/04/09/godaddy-is-too-slow/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sindark.com/2007/04/09/godaddy-is-too-slow/</link>
	<description>Temporarily Torontonian</description>
	<lastBuildDate>Fri, 10 Feb 2012 16:08:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: DevSoup.co.uk &#187; Review of GoDaddy Deluxe Linux Hosting</title>
		<link>http://www.sindark.com/2007/04/09/godaddy-is-too-slow/#comment-113950</link>
		<dc:creator>DevSoup.co.uk &#187; Review of GoDaddy Deluxe Linux Hosting</dc:creator>
		<pubDate>Sat, 02 Apr 2011 09:59:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.sindark.com/2007/04/09/godaddy-is-too-slow/#comment-113950</guid>
		<description>[...] blog more, I discovered that it was becoming painfully slow. And I mean 40-second page-load times. I&#8217;m not the only one to have noticed that WordPress on GoDaddy would be outpaced by a [...]</description>
		<content:encoded><![CDATA[<p>[...] blog more, I discovered that it was becoming painfully slow. And I mean 40-second page-load times. I&#8217;m not the only one to have noticed that WordPress on GoDaddy would be outpaced by a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Milan</title>
		<link>http://www.sindark.com/2007/04/09/godaddy-is-too-slow/#comment-112849</link>
		<dc:creator>Milan</dc:creator>
		<pubDate>Sat, 19 Mar 2011 02:32:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.sindark.com/2007/04/09/godaddy-is-too-slow/#comment-112849</guid>
		<description>Resources about speeding up WordPress:

---

All along, even before Slicehost, I have had trouble dealing with traffic spikes on my web server. I’ve used WP Super Cache and W3 Total Cache. I’ve used XCache for PHP code caching, and for my WordPress object cache. I’ve configured Apache to set caching headers for static files using mod_expires to reduce requests. But I still get load and memory spikes that grind my server into dust. That shouldn’t happen with only 200 visitors per hour (granted, a page view can generate about 50 HTTP requests). &lt;a href=&quot;http://dougal.gunters.org/blog/2009/11/13/server-reconfig?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss&quot; title=&quot;Server Reconfig&quot; rel=&quot;nofollow&quot;&gt;Obviously, I’ve configured my server poorly.&lt;/a&gt;

Like many large PHP applications, WordPress can be a bit hungry for memory. So when it fights against MySQL and an in-memory object cache for resources, things can start to get dicey. And of course, I’ve got a few other things on the server. When I get hit by a traffic spike (popular article, spammer runs, errant search spiders, etc), memory goes away fast. The machine starts to swap, things get slow, load average spikes as processes begin to wait for resources, and it all snowballs. I’ve got some homemade scripts that keep an eye on things and attempt to restart various services in order to force things back into line, but it’s a pretty heavy-handed way to deal with the problem.

In my new setup, here’s what I’m doing to fix it:

    * I’ll be running Apache, MySQL, and Memcached all on separate servers, instead of together on one host.
    * I’m switching from the Apache pre-forking model to the threaded worker model.
    * I’m switching from mod_php to FastCGI (mod_fcgid) and php-cgi.

There will probably be other tweaks, as well, but those are the biggies. I’m expecting this new setup to handle waaaay more requests than the old one. Oh, and I’m definitely open to any pointers from performance tuning gurus. Please share links and tips!

---

&lt;a href=&quot;http://www.pallab.net/2009/10/01/thirty-three-things-every-one-should-do-after-installing-wordpress/#more-912&quot; title=&quot;Thirty Three Things Every Blogger Should Do After Installing Wordpress  &#124;  Pallab dot Net&quot; rel=&quot;nofollow&quot;&gt;Thirty Three Things Every Blogger Should Do After Installing WordPress&lt;/a&gt;

After installing WordPress, most new users ask “What Next?”. Creating and maintaining a WordPress powered blog is simple. However, many new users are often confused by the sheer number of options available. On top of that there are thousands of plugins for further enhancing WordPress. Making the correct choices may appear to be a daunting task. Here are 33 tips to help you get started with WordPress.

---

&lt;a href=&quot;http://diythemes.com/thesis/improve-website-pagespeed/&quot; title=&quot;How to Improve Website Load Times&quot; rel=&quot;nofollow&quot;&gt;Performance Unleashed: How To Optimize Websites and WordPress For Speed&lt;/a&gt;

 1. Minimize the number of HTTP requests
 2. Optimize and correctly display images
 3. Minify HTML, CSS, and Javascript
 4. Use a Content Delivery Network
 5. Gzip and compress components
 6. Choose &lt;link&gt; over @import
 7. Put stylesheets at the top
 8. Put scripts at the bottom
 9. Utilize browser caching
10. Use CSS Sprites</description>
		<content:encoded><![CDATA[<p>Resources about speeding up WordPress:</p>
<p>&#8212;</p>
<p>All along, even before Slicehost, I have had trouble dealing with traffic spikes on my web server. I’ve used WP Super Cache and W3 Total Cache. I’ve used XCache for PHP code caching, and for my WordPress object cache. I’ve configured Apache to set caching headers for static files using mod_expires to reduce requests. But I still get load and memory spikes that grind my server into dust. That shouldn’t happen with only 200 visitors per hour (granted, a page view can generate about 50 HTTP requests). <a href="http://dougal.gunters.org/blog/2009/11/13/server-reconfig?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss" title="Server Reconfig" rel="nofollow">Obviously, I’ve configured my server poorly.</a></p>
<p>Like many large PHP applications, WordPress can be a bit hungry for memory. So when it fights against MySQL and an in-memory object cache for resources, things can start to get dicey. And of course, I’ve got a few other things on the server. When I get hit by a traffic spike (popular article, spammer runs, errant search spiders, etc), memory goes away fast. The machine starts to swap, things get slow, load average spikes as processes begin to wait for resources, and it all snowballs. I’ve got some homemade scripts that keep an eye on things and attempt to restart various services in order to force things back into line, but it’s a pretty heavy-handed way to deal with the problem.</p>
<p>In my new setup, here’s what I’m doing to fix it:</p>
<p>    * I’ll be running Apache, MySQL, and Memcached all on separate servers, instead of together on one host.<br />
    * I’m switching from the Apache pre-forking model to the threaded worker model.<br />
    * I’m switching from mod_php to FastCGI (mod_fcgid) and php-cgi.</p>
<p>There will probably be other tweaks, as well, but those are the biggies. I’m expecting this new setup to handle waaaay more requests than the old one. Oh, and I’m definitely open to any pointers from performance tuning gurus. Please share links and tips!</p>
<p>&#8212;</p>
<p><a href="http://www.pallab.net/2009/10/01/thirty-three-things-every-one-should-do-after-installing-wordpress/#more-912" title="Thirty Three Things Every Blogger Should Do After Installing WordPress  |  Pallab dot Net" rel="nofollow">Thirty Three Things Every Blogger Should Do After Installing WordPress</a></p>
<p>After installing WordPress, most new users ask “What Next?”. Creating and maintaining a WordPress powered blog is simple. However, many new users are often confused by the sheer number of options available. On top of that there are thousands of plugins for further enhancing WordPress. Making the correct choices may appear to be a daunting task. Here are 33 tips to help you get started with WordPress.</p>
<p>&#8212;</p>
<p><a href="http://diythemes.com/thesis/improve-website-pagespeed/" title="How to Improve Website Load Times" rel="nofollow">Performance Unleashed: How To Optimize Websites and WordPress For Speed</a></p>
<p> 1. Minimize the number of HTTP requests<br />
 2. Optimize and correctly display images<br />
 3. Minify HTML, CSS, and Javascript<br />
 4. Use a Content Delivery Network<br />
 5. Gzip and compress components<br />
 6. Choose
<link> over @import<br />
 7. Put stylesheets at the top<br />
 8. Put scripts at the bottom<br />
 9. Utilize browser caching<br />
10. Use CSS Sprites</link>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moving from GoDaddy to DreamHost</title>
		<link>http://www.sindark.com/2007/04/09/godaddy-is-too-slow/#comment-101588</link>
		<dc:creator>Moving from GoDaddy to DreamHost</dc:creator>
		<pubDate>Wed, 01 Dec 2010 12:02:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.sindark.com/2007/04/09/godaddy-is-too-slow/#comment-101588</guid>
		<description>[...] they were inexpensive and seemed to have a decent reputation. Since then, I have had a number of problems with them. As a result, I decided not to extend my hosting contract with them, and to shift this site over to [...]</description>
		<content:encoded><![CDATA[<p>[...] they were inexpensive and seemed to have a decent reputation. Since then, I have had a number of problems with them. As a result, I decided not to extend my hosting contract with them, and to shift this site over to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Milan</title>
		<link>http://www.sindark.com/2007/04/09/godaddy-is-too-slow/#comment-101334</link>
		<dc:creator>Milan</dc:creator>
		<pubDate>Fri, 26 Nov 2010 04:36:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.sindark.com/2007/04/09/godaddy-is-too-slow/#comment-101334</guid>
		<description>If this comment works, I have successfully passed through ssh / mysql hell and relocated the database behind this WordPress installation to DreamHost.</description>
		<content:encoded><![CDATA[<p>If this comment works, I have successfully passed through ssh / mysql hell and relocated the database behind this WordPress installation to DreamHost.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Milan</title>
		<link>http://www.sindark.com/2007/04/09/godaddy-is-too-slow/#comment-82994</link>
		<dc:creator>Milan</dc:creator>
		<pubDate>Fri, 23 Oct 2009 02:17:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.sindark.com/2007/04/09/godaddy-is-too-slow/#comment-82994</guid>
		<description>Activating gzip compression within WP Super Cache seems to have sped things up a fair bit.

Next, I am purging MySQL entries from uninstalled plugins.</description>
		<content:encoded><![CDATA[<p>Activating gzip compression within WP Super Cache seems to have sped things up a fair bit.</p>
<p>Next, I am purging MySQL entries from uninstalled plugins.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Milan</title>
		<link>http://www.sindark.com/2007/04/09/godaddy-is-too-slow/#comment-74913</link>
		<dc:creator>Milan</dc:creator>
		<pubDate>Thu, 23 Apr 2009 21:06:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.sindark.com/2007/04/09/godaddy-is-too-slow/#comment-74913</guid>
		<description>I found a way to speed up my hosting significantly. As it turns out, tonnes of spambots were constantly crawling through &lt;a href=&quot;http://www.sindark.com/wiki/&quot; rel=&quot;nofollow&quot;&gt;my wiki&lt;/a&gt;. It had been locked down to prevent them from changing things, but they were still using up processor power and making MySQL requests.

By installing the &lt;a href=&quot;http://www.bad-behavior.ioerror.us/category/mediawiki/&quot; rel=&quot;nofollow&quot;&gt;Bad Behaviour extension for MediaWiki&lt;/a&gt;, I seem to have sped up the wiki (and the rest of the site) significantly.

I am also using a combination of WP Super Cache and Akismet on my Wordpress blog. I tried using Bad Behaviour, but doing so isn&#039;t compatible with supercaching.</description>
		<content:encoded><![CDATA[<p>I found a way to speed up my hosting significantly. As it turns out, tonnes of spambots were constantly crawling through <a href="http://www.sindark.com/wiki/" rel="nofollow">my wiki</a>. It had been locked down to prevent them from changing things, but they were still using up processor power and making MySQL requests.</p>
<p>By installing the <a href="http://www.bad-behavior.ioerror.us/category/mediawiki/" rel="nofollow">Bad Behaviour extension for MediaWiki</a>, I seem to have sped up the wiki (and the rest of the site) significantly.</p>
<p>I am also using a combination of WP Super Cache and Akismet on my WordPress blog. I tried using Bad Behaviour, but doing so isn&#8217;t compatible with supercaching.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Milan</title>
		<link>http://www.sindark.com/2007/04/09/godaddy-is-too-slow/#comment-60440</link>
		<dc:creator>Milan</dc:creator>
		<pubDate>Tue, 16 Dec 2008 18:01:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.sindark.com/2007/04/09/godaddy-is-too-slow/#comment-60440</guid>
		<description>Actually, since I activated caching and reduced the number of entries on my front page, performance has improved a lot.

The MySQL databases are the real bottleneck, when it comes to GoDaddy shared hosting.</description>
		<content:encoded><![CDATA[<p>Actually, since I activated caching and reduced the number of entries on my front page, performance has improved a lot.</p>
<p>The MySQL databases are the real bottleneck, when it comes to GoDaddy shared hosting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Local Celebrity</title>
		<link>http://www.sindark.com/2007/04/09/godaddy-is-too-slow/#comment-60439</link>
		<dc:creator>Local Celebrity</dc:creator>
		<pubDate>Tue, 16 Dec 2008 17:52:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.sindark.com/2007/04/09/godaddy-is-too-slow/#comment-60439</guid>
		<description>yeah, don&#039;t worry about dedicated servers...just as slow.  My business uses dedicated through Godaddy and we&#039;re getting ready to switch.  There&#039;s just too much bad news out there about Godaddy...so i think it&#039;s time to say Nodaddy.</description>
		<content:encoded><![CDATA[<p>yeah, don&#8217;t worry about dedicated servers&#8230;just as slow.  My business uses dedicated through Godaddy and we&#8217;re getting ready to switch.  There&#8217;s just too much bad news out there about Godaddy&#8230;so i think it&#8217;s time to say Nodaddy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GodaddySux</title>
		<link>http://www.sindark.com/2007/04/09/godaddy-is-too-slow/#comment-45058</link>
		<dc:creator>GodaddySux</dc:creator>
		<pubDate>Wed, 02 Jul 2008 02:18:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.sindark.com/2007/04/09/godaddy-is-too-slow/#comment-45058</guid>
		<description>I was all excited about using godaddy to purchase my domains and use their Website tonight to build a simple website.

Problem is that the product is virtually unuseable most of the time.  To work on your website it can take 5 or ten minutes for a single box to open.  There is nothing wrong with my computer and I have a fast connection.  Seeing how many others are complaining about the same slowness, it appears I got badly ripped off.  This unreasonable slowness was not clearly disclosed.

Very unhappy with godaddy now and they will end up losing many customers.</description>
		<content:encoded><![CDATA[<p>I was all excited about using godaddy to purchase my domains and use their Website tonight to build a simple website.</p>
<p>Problem is that the product is virtually unuseable most of the time.  To work on your website it can take 5 or ten minutes for a single box to open.  There is nothing wrong with my computer and I have a fast connection.  Seeing how many others are complaining about the same slowness, it appears I got badly ripped off.  This unreasonable slowness was not clearly disclosed.</p>
<p>Very unhappy with godaddy now and they will end up losing many customers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: .</title>
		<link>http://www.sindark.com/2007/04/09/godaddy-is-too-slow/#comment-36819</link>
		<dc:creator>.</dc:creator>
		<pubDate>Mon, 07 Apr 2008 18:30:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.sindark.com/2007/04/09/godaddy-is-too-slow/#comment-36819</guid>
		<description>&lt;a href=&quot;http://www.melissamanske.com/?p=190&quot; rel=&quot;nofollow&quot;&gt;From GoDaddy:&lt;/a&gt;

Please note that you may only have up to 50 consecutive requests to your hosting account content within a given period or your site will go down temporarily.</description>
		<content:encoded><![CDATA[<p><a href="http://www.melissamanske.com/?p=190" rel="nofollow">From GoDaddy:</a></p>
<p>Please note that you may only have up to 50 consecutive requests to your hosting account content within a given period or your site will go down temporarily.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: a sibilant intake of breath &#187; Blog Archive &#187; Computational rage</title>
		<link>http://www.sindark.com/2007/04/09/godaddy-is-too-slow/#comment-26304</link>
		<dc:creator>a sibilant intake of breath &#187; Blog Archive &#187; Computational rage</dc:creator>
		<pubDate>Wed, 24 Oct 2007 06:23:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.sindark.com/2007/04/09/godaddy-is-too-slow/#comment-26304</guid>
		<description>[...] finally bought TextEdit because I was really annoyed with how slow the web interface for WordPress has been. Unfortunately, TextMate is not compatible with WordPress [...]</description>
		<content:encoded><![CDATA[<p>[...] finally bought TextEdit because I was really annoyed with how slow the web interface for WordPress has been. Unfortunately, TextMate is not compatible with WordPress [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver</title>
		<link>http://www.sindark.com/2007/04/09/godaddy-is-too-slow/#comment-16592</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Sat, 02 Jun 2007 09:18:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.sindark.com/2007/04/09/godaddy-is-too-slow/#comment-16592</guid>
		<description>I have a hosting acount with godaddy 49.00$ and it is slow... on the other han I tried awardspace.com and I pay 0.00$ a year and it is better than godaddy, FTP is faster to, their routing system must be better. is goadddy tring to put tomany people on one routing server and get their cash for it?</description>
		<content:encoded><![CDATA[<p>I have a hosting acount with godaddy 49.00$ and it is slow&#8230; on the other han I tried awardspace.com and I pay 0.00$ a year and it is better than godaddy, FTP is faster to, their routing system must be better. is goadddy tring to put tomany people on one routing server and get their cash for it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

