<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Work that Web &#187; Blogging</title>
	<atom:link href="http://davidvanvickle.com/blog/category/news/journal/blogging/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidvanvickle.com/blog</link>
	<description>My independent creative efforts.</description>
	<lastBuildDate>Sun, 29 Aug 2010 05:38:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Speed up the WordPress blog</title>
		<link>http://davidvanvickle.com/blog/2009/07/13/speed-up-the-wordpress-blog/</link>
		<comments>http://davidvanvickle.com/blog/2009/07/13/speed-up-the-wordpress-blog/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 06:00:18 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Study]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[speed]]></category>

		<guid isPermaLink="false">http://davidvanvickle.com/blog/?p=457</guid>
		<description><![CDATA[I think 10 seconds is too long to wait for a low traffic blog page to load. Don&#8217;t you?  Imagine if it was put under any stress. Page load speed has to be a factor in visitor satisfaction. Nobody likes to wait. Here&#8217;s how I made it at least twice as fast. First, I converted ]]></description>
			<content:encoded><![CDATA[<p>I think 10 seconds is too long to wait for a low traffic blog page to load. Don&#8217;t you?  Imagine if it was put under any stress.</p>
<p>Page load speed has to be a factor in visitor satisfaction. Nobody likes to wait.</p>
<p>Here&#8217;s how I made it at least twice as fast.</p>
<p>First, I converted the header of my theme from a bunch of PHP function calls into <strong>static HTML</strong>.  View source, copy, paste, save.</p>
<p>Then I used Firebug to figure out how long it was taking for each <strong>HTTP request</strong> to happen.</p>
<p>Then I started turning <strong>plugins</strong> on and off until I found the right blend of utility and efficiency.  Decided there were a few I could live without.</p>
<p>Next step was installing <strong>WP Super Cache</strong>.  That made the HTML kick out at least 5 times faster after the page got cached.</p>
<p>I am satisfied with the results. There is more I could do.  I could <strong>remove the ad</strong>.  I could <strong>remove PayPal</strong>.  I could try moving the <strong>scripts to the bottom</strong> of the page.  I could move all the <strong>images to Flickr</strong>.  Maybe next time.</p>
<p>What tricks are you aware of to speed up WordPress?</p>
]]></content:encoded>
			<wfw:commentRss>http://davidvanvickle.com/blog/2009/07/13/speed-up-the-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
