<?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: [How-To] gZip Your Website Content and Improve Performance</title>
	<atom:link href="http://www.kunalsheth.in/technology/how-to-gzip-your-website-content-and-improve-performance/feed" rel="self" type="application/rss+xml" />
	<link>http://www.kunalsheth.in/technology/how-to-gzip-your-website-content-and-improve-performance</link>
	<description></description>
	<lastBuildDate>Sun, 05 Feb 2012 06:59:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Sandeep Kumar</title>
		<link>http://www.kunalsheth.in/technology/how-to-gzip-your-website-content-and-improve-performance/comment-page-1#comment-3240</link>
		<dc:creator>Sandeep Kumar</dc:creator>
		<pubDate>Fri, 18 Nov 2011 07:05:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.kunalsheth.in/?p=565#comment-3240</guid>
		<description>Hi.. 
  both tools showing different results.
why?</description>
		<content:encoded><![CDATA[<p>Hi..<br />
  both tools showing different results.<br />
why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.kunalsheth.in/technology/how-to-gzip-your-website-content-and-improve-performance/comment-page-1#comment-3092</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Fri, 19 Aug 2011 07:37:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.kunalsheth.in/?p=565#comment-3092</guid>
		<description>Thanks for sharing useful info. Really nice idea to reduce and save the bandwidth of user.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing useful info. Really nice idea to reduce and save the bandwidth of user.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juzar</title>
		<link>http://www.kunalsheth.in/technology/how-to-gzip-your-website-content-and-improve-performance/comment-page-1#comment-2387</link>
		<dc:creator>Juzar</dc:creator>
		<pubDate>Sat, 19 Jun 2010 16:45:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.kunalsheth.in/?p=565#comment-2387</guid>
		<description>Hey dude, This is good info.
 However, just want to share why I chose mod_deflate over mod_gzip :
1) mod_deflate is faster than mod_gzip since gzip  compresses more (slightly). So on every request the webserver has to do that much processing extra.
2) You need to download and build and install mod_gzip where as mod_deflate.so comes with the standard apache installation.
That&#039;s all.</description>
		<content:encoded><![CDATA[<p>Hey dude, This is good info.<br />
 However, just want to share why I chose mod_deflate over mod_gzip :<br />
1) mod_deflate is faster than mod_gzip since gzip  compresses more (slightly). So on every request the webserver has to do that much processing extra.<br />
2) You need to download and build and install mod_gzip where as mod_deflate.so comes with the standard apache installation.<br />
That&#8217;s all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yabate</title>
		<link>http://www.kunalsheth.in/technology/how-to-gzip-your-website-content-and-improve-performance/comment-page-1#comment-2264</link>
		<dc:creator>yabate</dc:creator>
		<pubDate>Sat, 17 Apr 2010 19:25:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.kunalsheth.in/?p=565#comment-2264</guid>
		<description>Thanks for useful information.

Now my data savings are 
Original Size: 88.65 KB
Gzipped Size: 16.32 KB
Data Savings: 81.59%</description>
		<content:encoded><![CDATA[<p>Thanks for useful information.</p>
<p>Now my data savings are<br />
Original Size: 88.65 KB<br />
Gzipped Size: 16.32 KB<br />
Data Savings: 81.59%</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saurabh</title>
		<link>http://www.kunalsheth.in/technology/how-to-gzip-your-website-content-and-improve-performance/comment-page-1#comment-508</link>
		<dc:creator>Saurabh</dc:creator>
		<pubDate>Wed, 18 Feb 2009 06:36:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.kunalsheth.in/?p=565#comment-508</guid>
		<description>Hey Kunal you forgot to mention that we can even do a gzip-encoding using .htaccess also. So that people who have theire sites hosted on servers can use it:





# Compress some text file types

AddOutputFilterByType DEFLATE text/html text/css text/xml application/x-javascript



# Deactivate compression for buggy browsers

BrowserMatch ^Mozilla/4 gzip-only-text/html

BrowserMatch ^Mozilla/4\.0[678] no-gzip

BrowserMatch \bMSIE !no-gzip !gzip-only-text/html



</description>
		<content:encoded><![CDATA[<p>Hey Kunal you forgot to mention that we can even do a gzip-encoding using .htaccess also. So that people who have theire sites hosted on servers can use it:</p>
<p># Compress some text file types</p>
<p>AddOutputFilterByType DEFLATE text/html text/css text/xml application/x-javascript</p>
<p># Deactivate compression for buggy browsers</p>
<p>BrowserMatch ^Mozilla/4 gzip-only-text/html</p>
<p>BrowserMatch ^Mozilla/4\.0[678] no-gzip</p>
<p>BrowserMatch \bMSIE !no-gzip !gzip-only-text/html</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manan</title>
		<link>http://www.kunalsheth.in/technology/how-to-gzip-your-website-content-and-improve-performance/comment-page-1#comment-504</link>
		<dc:creator>Manan</dc:creator>
		<pubDate>Tue, 17 Feb 2009 19:06:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.kunalsheth.in/?p=565#comment-504</guid>
		<description>Oh this is a cool tip! had heard about gzip but never bothered to check what it is. Will check it out.</description>
		<content:encoded><![CDATA[<p>Oh this is a cool tip! had heard about gzip but never bothered to check what it is. Will check it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sathya</title>
		<link>http://www.kunalsheth.in/technology/how-to-gzip-your-website-content-and-improve-performance/comment-page-1#comment-369</link>
		<dc:creator>Sathya</dc:creator>
		<pubDate>Sat, 13 Dec 2008 01:52:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.kunalsheth.in/?p=565#comment-369</guid>
		<description>Hey I was reading on this couple of weeks ago thought I&#039;ll implement this on my blog but forgot to do! Thanks!</description>
		<content:encoded><![CDATA[<p>Hey I was reading on this couple of weeks ago thought I&#8217;ll implement this on my blog but forgot to do! Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

