<?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: Blog Bloat</title>
	<atom:link href="http://gregorytomlinson.com/encoded/2008/11/07/blog-bloat/feed/" rel="self" type="application/rss+xml" />
	<link>http://gregorytomlinson.com/encoded/2008/11/07/blog-bloat/</link>
	<description>my digital life by gregory tomlinson</description>
	<lastBuildDate>Sat, 06 Mar 2010 19:52:32 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Blog Optimization - Enabling Mod Deflate at Encoded &#124; Gregory Tomlinson</title>
		<link>http://gregorytomlinson.com/encoded/2008/11/07/blog-bloat/comment-page-1/#comment-1407</link>
		<dc:creator>Blog Optimization - Enabling Mod Deflate at Encoded &#124; Gregory Tomlinson</dc:creator>
		<pubDate>Fri, 02 Jan 2009 01:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://gregorytomlinson.com/encoded/?p=84#comment-1407</guid>
		<description>[...] you have any blog optimization techniques you are using on your site? Check out my related posts on Blog Bloat and using Mod concat if you interested in optimizing your blog or website.    Published by gregory [...]</description>
		<content:encoded><![CDATA[<p>[...] you have any blog optimization techniques you are using on your site? Check out my related posts on Blog Bloat and using Mod concat if you interested in optimizing your blog or website.    Published by gregory [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blog Optimization - Getting Started with Mod Concat at Encoded &#124; Gregory Tomlinson</title>
		<link>http://gregorytomlinson.com/encoded/2008/11/07/blog-bloat/comment-page-1/#comment-1400</link>
		<dc:creator>Blog Optimization - Getting Started with Mod Concat at Encoded &#124; Gregory Tomlinson</dc:creator>
		<pubDate>Sat, 27 Dec 2008 22:59:09 +0000</pubDate>
		<guid isPermaLink="false">http://gregorytomlinson.com/encoded/?p=84#comment-1400</guid>
		<description>[...] my post on Blog Bloat, I have finally gotten around to installing mod_concat. I asked my hosting provider ServInt to [...]</description>
		<content:encoded><![CDATA[<p>[...] my post on Blog Bloat, I have finally gotten around to installing mod_concat. I asked my hosting provider ServInt to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pat Meenan</title>
		<link>http://gregorytomlinson.com/encoded/2008/11/07/blog-bloat/comment-page-1/#comment-1398</link>
		<dc:creator>Pat Meenan</dc:creator>
		<pubDate>Tue, 11 Nov 2008 15:47:23 +0000</pubDate>
		<guid isPermaLink="false">http://gregorytomlinson.com/encoded/?p=84#comment-1398</guid>
		<description>For what it&#039;s worth, you could significantly improve your performance pretty easily without changing anything about the site itself:&lt;br&gt;&lt;br&gt;1 - enable gzip for your non-php requests (base page, jquery, swfobject.js).  It will cut them down significantly and shave at least 1/2 a second off of your start render time (and save you some bandwidth charges if you pay by the byte).  Since you&#039;re running on an Apache host it should be as simple as enabling mod_deflate.&lt;br&gt;&lt;br&gt;2 - Collapse all of those js files that come before start render into a single one (or at least just one more in addition to jquery).  You can even do it without modifying the js files themselves if you install mod_concat - you just need to change how you reference them.  This will shave at LEAST another 1/2 second off. (for bonus you can also combine the css files using the same technique).&lt;br&gt;&lt;br&gt;From there you could get into image spriting some of the png&#039;s if you wanted but the gzip and combining will get you the bulk of the improvements for VERY little work and won&#039;t change anything about the blog presentation or architecture.</description>
		<content:encoded><![CDATA[<p>For what it&#39;s worth, you could significantly improve your performance pretty easily without changing anything about the site itself:</p>
<p>1 &#8211; enable gzip for your non-php requests (base page, jquery, swfobject.js).  It will cut them down significantly and shave at least 1/2 a second off of your start render time (and save you some bandwidth charges if you pay by the byte).  Since you&#39;re running on an Apache host it should be as simple as enabling mod_deflate.</p>
<p>2 &#8211; Collapse all of those js files that come before start render into a single one (or at least just one more in addition to jquery).  You can even do it without modifying the js files themselves if you install mod_concat &#8211; you just need to change how you reference them.  This will shave at LEAST another 1/2 second off. (for bonus you can also combine the css files using the same technique).</p>
<p>From there you could get into image spriting some of the png&#39;s if you wanted but the gzip and combining will get you the bulk of the improvements for VERY little work and won&#39;t change anything about the blog presentation or architecture.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
