<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
	>
<channel>
	<title>Comments on: 5 ways to give your site a speed boost in less than 30 minutes.</title>
	<atom:link href="http://boagworld.com/dev/speedboost/feed/" rel="self" type="application/rss+xml" />
	<link>http://boagworld.com/dev/speedboost/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=speedboost</link>
	<description>Advice on web design and digital strategy from Paul Boag</description>
	<lastBuildDate>Tue, 21 May 2013 11:50:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Omer Greenwald</title>
		<link>http://boagworld.com/dev/speedboost/#comment-6062</link>
		<dc:creator>Omer Greenwald</dc:creator>
		<pubDate>Fri, 26 Feb 2010 17:02:47 +0000</pubDate>
		<guid isPermaLink="false">http://boagworld.com/?p=2324#comment-6062</guid>
		<description><![CDATA[&lt;p&gt;These techniques are definitely useful to speed up your site. I&#039;d add a few more:
1. Many WordPress plugins need some tweaking to make sure they don&#039;t load themselves (and their js and css files) when not needed. In general I recommend doing small tasks (like getting the most popular posts) manually in the function.php file without plugins.
2. WP super cache is indeed a great plugin. I would also recommend the WP-Minify to auto compress and consolidate the js and css file (the only down side is that the js remains in the header.
3. Minimize database and PHP queries by replacing some of the dynamic code with a static one (whatever you can replace that makes sense).&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>These techniques are definitely useful to speed up your site. I&#8217;d add a few more:<br />
1. Many WordPress plugins need some tweaking to make sure they don&#8217;t load themselves (and their js and css files) when not needed. In general I recommend doing small tasks (like getting the most popular posts) manually in the function.php file without plugins.<br />
2. WP super cache is indeed a great plugin. I would also recommend the WP-Minify to auto compress and consolidate the js and css file (the only down side is that the js remains in the header.<br />
3. Minimize database and PHP queries by replacing some of the dynamic code with a static one (whatever you can replace that makes sense).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://boagworld.com/dev/speedboost/#comment-6061</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 28 Oct 2009 21:10:11 +0000</pubDate>
		<guid isPermaLink="false">http://boagworld.com/?p=2324#comment-6061</guid>
		<description><![CDATA[&lt;p&gt;I recently wrote a mod_perl output filter which sits inside Apache. It intercepts requests for .css files and then “compresses” them on the fly before sending. It’s not gzip compression, what it does is strip whitespace, comments, newlines etc. Check it out here: https://secure.grepular.com/blog/index.php/2009/10/28/compressing-css-on-the-fly/&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>I recently wrote a mod_perl output filter which sits inside Apache. It intercepts requests for .css files and then “compresses” them on the fly before sending. It’s not gzip compression, what it does is strip whitespace, comments, newlines etc. Check it out here: <a href="https://secure.grepular.com/blog/index.php/2009/10/28/compressing-css-on-the-fly/" rel="nofollow">https://secure.grepular.com/blog/index.php/2009/10/28/compressing-css-on-the-fly/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blair Nichols</title>
		<link>http://boagworld.com/dev/speedboost/#comment-6060</link>
		<dc:creator>Blair Nichols</dc:creator>
		<pubDate>Sun, 25 Oct 2009 01:39:55 +0000</pubDate>
		<guid isPermaLink="false">http://boagworld.com/?p=2324#comment-6060</guid>
		<description><![CDATA[&lt;p&gt;Great article as always! We have just started to redo our company website and have noticed even though we had &quot;optimised&quot; our images first time round they can be made so much smaller! Time to download Y-Slow and see what it thinks.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Great article as always! We have just started to redo our company website and have noticed even though we had &#8220;optimised&#8221; our images first time round they can be made so much smaller! Time to download Y-Slow and see what it thinks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete Williams</title>
		<link>http://boagworld.com/dev/speedboost/#comment-6059</link>
		<dc:creator>Pete Williams</dc:creator>
		<pubDate>Thu, 22 Oct 2009 20:56:55 +0000</pubDate>
		<guid isPermaLink="false">http://boagworld.com/?p=2324#comment-6059</guid>
		<description><![CDATA[&lt;p&gt;There&#039;s lots of other quick and simple ways to speed up your site. I wrote a blog post recently that showed &lt;a href=&quot;http://petewilliams.info/blog/2009/08/speed-up-your-site-and-get-a-y-slow-grade-a/&quot; rel=&quot;nofollow&quot;&gt;how to get a Grade A in Y-Slow&lt;/a&gt;.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>There&#8217;s lots of other quick and simple ways to speed up your site. I wrote a blog post recently that showed <a href="http://petewilliams.info/blog/2009/08/speed-up-your-site-and-get-a-y-slow-grade-a/" rel="nofollow">how to get a Grade A in Y-Slow</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Ward</title>
		<link>http://boagworld.com/dev/speedboost/#comment-6058</link>
		<dc:creator>Chris Ward</dc:creator>
		<pubDate>Thu, 22 Oct 2009 11:48:34 +0000</pubDate>
		<guid isPermaLink="false">http://boagworld.com/?p=2324#comment-6058</guid>
		<description><![CDATA[&lt;p&gt;Paul (and readers),&lt;/p&gt;

&lt;p&gt;Have a look at Minify - http://code.google.com/p/minify/ - a PHP setup for combining &amp; compressing JS &amp; CSS code on the fly:&lt;/p&gt;

&lt;h1&gt;Combines and minifies multiple CSS or JavaScript files into a single download&lt;/h1&gt;

&lt;h1&gt;Caches server-side (files/apc/memcache) to avoid doing unnecessary work&lt;/h1&gt;

&lt;h1&gt;Most modules are lazy-loaded as needed (304 responses use minimal code)&lt;/h1&gt;

&lt;h1&gt;Content-Encoding: gzip, based on request headers. Caching allows it so serve gzipped files faster than Apache&#039;s mod_deflate option!&lt;/h1&gt;

&lt;p&gt;Also look at setting up proper caching via .htaccess:
http://codeigniter.com/forums/viewthread/85429/#431187
http://www.askapache.com/htaccess/speed-up-sites-with-htaccess-caching.html&lt;/p&gt;

&lt;p&gt;Cheers,
Chris&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Paul (and readers),</p>
<p>Have a look at Minify &#8211; <a href="http://code.google.com/p/minify/" rel="nofollow">http://code.google.com/p/minify/</a> &#8211; a PHP setup for combining &amp; compressing JS &amp; CSS code on the fly:</p>
<h1>Combines and minifies multiple CSS or JavaScript files into a single download</h1>
<h1>Caches server-side (files/apc/memcache) to avoid doing unnecessary work</h1>
<h1>Most modules are lazy-loaded as needed (304 responses use minimal code)</h1>
<h1>Content-Encoding: gzip, based on request headers. Caching allows it so serve gzipped files faster than Apache&#8217;s mod_deflate option!</h1>
<p>Also look at setting up proper caching via .htaccess:<br />
<a href="http://codeigniter.com/forums/viewthread/85429/#431187" rel="nofollow">http://codeigniter.com/forums/viewthread/85429/#431187</a><br />
<a href="http://www.askapache.com/htaccess/speed-up-sites-with-htaccess-caching.html" rel="nofollow">http://www.askapache.com/htaccess/speed-up-sites-with-htaccess-caching.html</a></p>
<p>Cheers,<br />
Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seba</title>
		<link>http://boagworld.com/dev/speedboost/#comment-6057</link>
		<dc:creator>Seba</dc:creator>
		<pubDate>Wed, 21 Oct 2009 18:13:02 +0000</pubDate>
		<guid isPermaLink="false">http://boagworld.com/?p=2324#comment-6057</guid>
		<description><![CDATA[&lt;p&gt;There are a WordPress plugin that auto minifies all JS/CSS files... Google &#039;WP Minify&#039;&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>There are a WordPress plugin that auto minifies all JS/CSS files&#8230; Google &#8216;WP Minify&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Nolan</title>
		<link>http://boagworld.com/dev/speedboost/#comment-6056</link>
		<dc:creator>Mike Nolan</dc:creator>
		<pubDate>Wed, 21 Oct 2009 08:50:55 +0000</pubDate>
		<guid isPermaLink="false">http://boagworld.com/?p=2324#comment-6056</guid>
		<description><![CDATA[&lt;p&gt;Remember to combine JavaScript and CSS files where appropriate. We do this by managing number-prefixed files which get combined prior to compression:&lt;/p&gt;

&lt;p&gt;0010.jquery.history.js
0020.jquery.thickbox.js
0300.common.js [our code]&lt;/p&gt;

&lt;p&gt;Caching files can also speed up your site - set expires headers for things that won&#039;t change.  The problem then is that when you do change the contents of a file you need to force the browser to get it.  We do this by versioning requests, for example requesting common.js?1256114860 (where the number is the unix timestamp of the last modified date of the file)&lt;/p&gt;

&lt;p&gt;Someone&#039;s already mentioned it, but enabling gzip compression for certain files helps a LOT.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Remember to combine JavaScript and CSS files where appropriate. We do this by managing number-prefixed files which get combined prior to compression:</p>
<p>0010.jquery.history.js<br />
0020.jquery.thickbox.js<br />
0300.common.js [our code]</p>
<p>Caching files can also speed up your site &#8211; set expires headers for things that won&#8217;t change.  The problem then is that when you do change the contents of a file you need to force the browser to get it.  We do this by versioning requests, for example requesting common.js?1256114860 (where the number is the unix timestamp of the last modified date of the file)</p>
<p>Someone&#8217;s already mentioned it, but enabling gzip compression for certain files helps a LOT.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Fentiman</title>
		<link>http://boagworld.com/dev/speedboost/#comment-6055</link>
		<dc:creator>Doug Fentiman</dc:creator>
		<pubDate>Tue, 20 Oct 2009 19:47:04 +0000</pubDate>
		<guid isPermaLink="false">http://boagworld.com/?p=2324#comment-6055</guid>
		<description><![CDATA[&lt;p&gt;Great post. Best results for the effort are CSS and JS compression, and image compression. One of the biggest designer sins I see on the auto repair shop websites I work with is poor (or no) image optimization. SmushIt works great - easy &amp; quick use. David Griffin asked about image quality. I haven&#039;t noticed any noticeable differences for web use.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Great post. Best results for the effort are CSS and JS compression, and image compression. One of the biggest designer sins I see on the auto repair shop websites I work with is poor (or no) image optimization. SmushIt works great &#8211; easy &amp; quick use. David Griffin asked about image quality. I haven&#8217;t noticed any noticeable differences for web use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Moran</title>
		<link>http://boagworld.com/dev/speedboost/#comment-6054</link>
		<dc:creator>Jim Moran</dc:creator>
		<pubDate>Tue, 20 Oct 2009 19:25:08 +0000</pubDate>
		<guid isPermaLink="false">http://boagworld.com/?p=2324#comment-6054</guid>
		<description><![CDATA[&lt;p&gt;Always surprised how few people do #4 here. Of course, you should probably use the minified versions.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Always surprised how few people do #4 here. Of course, you should probably use the minified versions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seba</title>
		<link>http://boagworld.com/dev/speedboost/#comment-6053</link>
		<dc:creator>Seba</dc:creator>
		<pubDate>Tue, 20 Oct 2009 17:12:08 +0000</pubDate>
		<guid isPermaLink="false">http://boagworld.com/?p=2324#comment-6053</guid>
		<description><![CDATA[&lt;p&gt;I&#039;ve wrote a similar post for my blog some days ago (in Spanish)! CSS Sprites are definitely a great technique to reduce server petitions. Active GZIP on your server is a good tip but you have to configure properly and DON&#039;T compress images (JPG, GIF or PNG).&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve wrote a similar post for my blog some days ago (in Spanish)! CSS Sprites are definitely a great technique to reduce server petitions. Active GZIP on your server is a good tip but you have to configure properly and DON&#8217;T compress images (JPG, GIF or PNG).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

 Served from: boagworld.com @ 2013-05-23 17:18:36 by W3 Total Cache -->