<?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>PHP Web developer, Robert Kern &#187; Gzip</title>
	<atom:link href="http://www.robertkern.com/tags/gzip/feed" rel="self" type="application/rss+xml" />
	<link>http://www.robertkern.com</link>
	<description>Solid PHP Web Development with SEO and web standards in mind.</description>
	<lastBuildDate>Thu, 18 Mar 2010 20:05:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<cloud domain='www.robertkern.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Reducing the payload: compression, minification, 204s</title>
		<link>http://www.robertkern.com/web-development/reducing-the-payload-compression-minification-204s.html</link>
		<comments>http://www.robertkern.com/web-development/reducing-the-payload-compression-minification-204s.html#comments</comments>
		<pubDate>Sun, 13 Dec 2009 14:46:13 +0000</pubDate>
		<dc:creator>Robert Kern</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Gzip]]></category>
		<category><![CDATA[Performance]]></category>

		<guid isPermaLink="false">http://www.robertkern.com/?p=492</guid>
		<description><![CDATA[After removing all the extra HTTP requests you possibly can from your waterfall, it&#8217;s time to make sure that those that are left are as small as they can be. Not only this makes your pages load faster, but it also helps you save on the bandwidth bill. Your weapons for fighting overweight component include: [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<blockquote><p>After removing all the <a href="http://www.phpied.com/reducing-the-number-of-page-components/">extra</a> <a href="http://www.phpied.com/data-uris-mhtml-ie7-win7-vista-blues/">HTTP</a> <a href="http://www.phpied.com/caching-vs-inlining/">requests</a> you <a href="http://www.phpied.com/duplicates-and-near-duplicates">possibly</a> can from your waterfall, it&#8217;s time to make sure that those that are left are as small as they can be. Not only this makes your pages load faster, but it also helps you save on the bandwidth bill. Your weapons for fighting overweight component include: compression and minification of text-based files such as scripts and styles, recompression of some downloadable files, and zero-body components. (A follow-up post will talk about optimizing images.)</p>
<p style="text-align: right;">via <a href="http://www.phpied.com/reducing-tpayload/">phpied.com</a></p>
</blockquote>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.robertkern.com/web-development/reducing-the-payload-compression-minification-204s.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
