<?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>Jon Henshaw &#187; gzip</title>
	<atom:link href="http://jon.henshaw.me/tag/gzip/feed/" rel="self" type="application/rss+xml" />
	<link>http://jon.henshaw.me</link>
	<description>Spending entirely too much time on the Internet</description>
	<lastBuildDate>Thu, 07 Jul 2011 15:07:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Enable GZIP Compression on Pair Networks</title>
		<link>http://jon.henshaw.me/how-to-enable-gzip-compression-on-pair-networks/</link>
		<comments>http://jon.henshaw.me/how-to-enable-gzip-compression-on-pair-networks/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 03:08:34 +0000</pubDate>
		<dc:creator>Jon Henshaw</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[compression]]></category>
		<category><![CDATA[gzip]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://henshaw.me/?p=670</guid>
		<description><![CDATA[There&#8217;s a lot of different methods for enabling GZIP compression on PHP. Unfortunately, most of the common methods did not work for me on Pair Networks. In particular, trying to enable it via .htaccess for my WordPress sites proved fruitless. I finally found the solution for enabling GZIP compression on Pair. All I had to ...]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a lot of different methods for enabling GZIP compression on PHP. Unfortunately, most of the common methods did not work for me on <a href="http://henshaw.me/out/pair/">Pair Networks</a>. In particular, trying to enable it via .htaccess for my <a href="http://wordpress.org/">WordPress</a> sites proved fruitless.</p>
<p>I finally found the solution for enabling GZIP compression on Pair. All I had to do was add one simple line of PHP code to the top of my <em>header.php</em> file in my WordPress theme.</p>
<p><code>&lt;?php ob_start("ob_gzhandler"); ?&gt;</code></p>
<p>After you add the code, use the <a href="http://www.whatsmyip.org/http_compression/">HTTP Compression Test</a> to make sure the GZIP compression is working. If you want more tips on how to speed up your site, check out my article on <a href="http://raven-seo-tools.com/blog/1826/seo-howto-speed-up-your-site-for-google">how to speed up your site for Google</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://jon.henshaw.me/how-to-enable-gzip-compression-on-pair-networks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: basic

Served from: jon.henshaw.me @ 2012-02-04 03:37:38 -->
