<?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>Involution &#187; Administrivia</title>
	<atom:link href="http://involution.com/category/administrivia/feed/" rel="self" type="application/rss+xml" />
	<link>http://involution.com</link>
	<description>Tony Perrie's Weblog</description>
	<lastBuildDate>Sat, 24 Jul 2010 06:54:04 +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>Performance Hacks</title>
		<link>http://involution.com/2007/07/25/performance-hacks/</link>
		<comments>http://involution.com/2007/07/25/performance-hacks/#comments</comments>
		<pubDate>Wed, 25 Jul 2007 23:40:52 +0000</pubDate>
		<dc:creator>Tony Perrie</dc:creator>
				<category><![CDATA[Administrivia]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://involution.com/2007/07/25/performance-hacks/</guid>
		<description><![CDATA[The following performance hacks are now implemented to improve the involution experience for the kids. Most of these were suggested to me by YSlow and Matt Mullenweg at Wordcamp. Installed wp-cache Enabled mod_deflate for gzip compressed html, javascript, and css Disabled ETags Added Expires headers Moved CSS to the top of the &#60;head&#62; container Removed [...]]]></description>
			<content:encoded><![CDATA[<p>The following performance hacks are now implemented to improve the involution experience for the kids.  Most of these were suggested to me by <a href="http://developer.yahoo.com/yslow/">YSlow</a> and <a href="http://photomatt.net/">Matt Mullenweg</a> at <a href="http://2007.wordcamp.org/">Wordcamp</a>.</p>
<ul>
<li>Installed <a href="http://mnm.uib.es/gallir/wp-cache-2/">wp-cache</a></li>
<li>Enabled mod_deflate for gzip compressed html, javascript, and css</li>
<li>Disabled <a href="http://developer.yahoo.com/performance/rules.html#etags">ETags</a></li>
<li>Added <a href="http://developer.yahoo.com/performance/rules.html#expires">Expires headers</a></li>
<li>Moved CSS to the top of the &lt;head&gt; container</li>
<li>Removed the AJAX calendar wordpress plugin (this was hammering the database)</li>
</ul>
<p>The front page now renders in about 1.5 seconds instead of the 4 seconds that it used to take.  The next step is to remove all of the little mini icons in the sidebar and replace them with sprites which will reduce the number of HTTP requests from 21 down to 10.  Running <a href="http://www.crockford.com/javascript/jsmin.html">JSMin</a> on my Javascript probably wouldn&#8217;t hurt either.  </p>
<p><b>UPDATE:</b> Apparently, you should only disable ETags if you&#8217;re running a server farm.  Doing so for a single server installation probably does more harm than good. </p>
]]></content:encoded>
			<wfw:commentRss>http://involution.com/2007/07/25/performance-hacks/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
