<?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: Speed up your websites using gzip and merging files.</title>
	<atom:link href="http://www.thewebdevelopmentblog.com/2008/10/tip-speed-up-your-websites-using-gzip-and-merging-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thewebdevelopmentblog.com/2008/10/tip-speed-up-your-websites-using-gzip-and-merging-files/</link>
	<description>News, tips, scripts and tutorials for web developers.</description>
	<lastBuildDate>Thu, 30 Jun 2011 22:36:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Jungwon Rhyu</title>
		<link>http://www.thewebdevelopmentblog.com/2008/10/tip-speed-up-your-websites-using-gzip-and-merging-files/comment-page-1/#comment-6197</link>
		<dc:creator>Jungwon Rhyu</dc:creator>
		<pubDate>Thu, 30 Jun 2011 22:36:53 +0000</pubDate>
		<guid isPermaLink="false">http://thewebdevelopmentblog.com/?p=95#comment-6197</guid>
		<description>That is the tool what I looking for. But It does not work for me. I tried many browsers. When I try it, only &quot;Loading&quot; message is displayed. Do I have to do any special settings for Apache?</description>
		<content:encoded><![CDATA[<p>That is the tool what I looking for. But It does not work for me. I tried many browsers. When I try it, only &#8220;Loading&#8221; message is displayed. Do I have to do any special settings for Apache?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tamik</title>
		<link>http://www.thewebdevelopmentblog.com/2008/10/tip-speed-up-your-websites-using-gzip-and-merging-files/comment-page-1/#comment-5659</link>
		<dc:creator>Tamik</dc:creator>
		<pubDate>Thu, 05 May 2011 13:15:52 +0000</pubDate>
		<guid isPermaLink="false">http://thewebdevelopmentblog.com/?p=95#comment-5659</guid>
		<description>Works great, there is an online tool to do it without any server side routine : http://www.zbugs.com</description>
		<content:encoded><![CDATA[<p>Works great, there is an online tool to do it without any server side routine : <a href="http://www.zbugs.com" rel="nofollow">http://www.zbugs.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Stockton</title>
		<link>http://www.thewebdevelopmentblog.com/2008/10/tip-speed-up-your-websites-using-gzip-and-merging-files/comment-page-1/#comment-3221</link>
		<dc:creator>Jason Stockton</dc:creator>
		<pubDate>Tue, 13 Apr 2010 06:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://thewebdevelopmentblog.com/?p=95#comment-3221</guid>
		<description>Make sure you&#039;re passing cache=true as per step 4 and it will put in the appropriate caching headers.</description>
		<content:encoded><![CDATA[<p>Make sure you&#8217;re passing cache=true as per step 4 and it will put in the appropriate caching headers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kailash Agarwal</title>
		<link>http://www.thewebdevelopmentblog.com/2008/10/tip-speed-up-your-websites-using-gzip-and-merging-files/comment-page-1/#comment-3219</link>
		<dc:creator>Kailash Agarwal</dc:creator>
		<pubDate>Tue, 13 Apr 2010 03:51:53 +0000</pubDate>
		<guid isPermaLink="false">http://thewebdevelopmentblog.com/?p=95#comment-3219</guid>
		<description>I have opened my website on firefox and tested it with firebug  + Page Speed. Page Speed suggested me to compress the js and css file through gzip as well as caching. after searching lots of thrade I came to this post. I used abobe library for gzip and caching. after implementing it Page Speed mentioned that gzip (Enable compression) is ok but for caching it is listing the files with message &quot;The following resources are explicitly non-cacheable. Consider making them cacheable if possible:&quot;

Please suggest if we already have below caching code in gzip.php file then why Page Speed is showing that message.

header(&quot;Pragma: public&quot;);
header(&quot;Cache-Control: maxage=&quot;.$expiresOffset);
header(&quot;Expires: &quot; . gmdate(&quot;D, d M Y H:i:s&quot;, time() + $expiresOffset) . &quot; GMT&quot;);


Regards,
Kailash</description>
		<content:encoded><![CDATA[<p>I have opened my website on firefox and tested it with firebug  + Page Speed. Page Speed suggested me to compress the js and css file through gzip as well as caching. after searching lots of thrade I came to this post. I used abobe library for gzip and caching. after implementing it Page Speed mentioned that gzip (Enable compression) is ok but for caching it is listing the files with message &#8220;The following resources are explicitly non-cacheable. Consider making them cacheable if possible:&#8221;</p>
<p>Please suggest if we already have below caching code in gzip.php file then why Page Speed is showing that message.</p>
<p>header(&#8220;Pragma: public&#8221;);<br />
header(&#8220;Cache-Control: maxage=&#8221;.$expiresOffset);<br />
header(&#8220;Expires: &#8221; . gmdate(&#8220;D, d M Y H:i:s&#8221;, time() + $expiresOffset) . &#8221; GMT&#8221;);</p>
<p>Regards,<br />
Kailash</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Stockton</title>
		<link>http://www.thewebdevelopmentblog.com/2008/10/tip-speed-up-your-websites-using-gzip-and-merging-files/comment-page-1/#comment-3147</link>
		<dc:creator>Jason Stockton</dc:creator>
		<pubDate>Tue, 30 Mar 2010 15:09:24 +0000</pubDate>
		<guid isPermaLink="false">http://thewebdevelopmentblog.com/?p=95#comment-3147</guid>
		<description>Make sure the files you&#039;re reading are local. For security reasons PHP doesn&#039;t enable you to get remote files.</description>
		<content:encoded><![CDATA[<p>Make sure the files you&#8217;re reading are local. For security reasons PHP doesn&#8217;t enable you to get remote files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gold</title>
		<link>http://www.thewebdevelopmentblog.com/2008/10/tip-speed-up-your-websites-using-gzip-and-merging-files/comment-page-1/#comment-3146</link>
		<dc:creator>Gold</dc:creator>
		<pubDate>Tue, 30 Mar 2010 14:29:23 +0000</pubDate>
		<guid isPermaLink="false">http://thewebdevelopmentblog.com/?p=95#comment-3146</guid>
		<description>Hmm, can&#039;t seem to get this to work. I have Zlib enabled and can use gzip fine but not this script. Time for some debugging!</description>
		<content:encoded><![CDATA[<p>Hmm, can&#8217;t seem to get this to work. I have Zlib enabled and can use gzip fine but not this script. Time for some debugging!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Stockton</title>
		<link>http://www.thewebdevelopmentblog.com/2008/10/tip-speed-up-your-websites-using-gzip-and-merging-files/comment-page-1/#comment-2976</link>
		<dc:creator>Jason Stockton</dc:creator>
		<pubDate>Thu, 25 Feb 2010 22:39:17 +0000</pubDate>
		<guid isPermaLink="false">http://thewebdevelopmentblog.com/?p=95#comment-2976</guid>
		<description>Hi Shaun,

Yes, you can link to it from pretty much anywhere as per your example.</description>
		<content:encoded><![CDATA[<p>Hi Shaun,</p>
<p>Yes, you can link to it from pretty much anywhere as per your example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaun Olafson</title>
		<link>http://www.thewebdevelopmentblog.com/2008/10/tip-speed-up-your-websites-using-gzip-and-merging-files/comment-page-1/#comment-2975</link>
		<dc:creator>Shaun Olafson</dc:creator>
		<pubDate>Thu, 25 Feb 2010 22:35:49 +0000</pubDate>
		<guid isPermaLink="false">http://thewebdevelopmentblog.com/?p=95#comment-2975</guid>
		<description>ARG LIKE _SO_:


link href=&quot;../support/php/gzip.php?f0=css/main.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;</description>
		<content:encoded><![CDATA[<p>ARG LIKE _SO_:</p>
<p>link href=&#8221;../support/php/gzip.php?f0=css/main.css&#8221; rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaun Olafson</title>
		<link>http://www.thewebdevelopmentblog.com/2008/10/tip-speed-up-your-websites-using-gzip-and-merging-files/comment-page-1/#comment-2974</link>
		<dc:creator>Shaun Olafson</dc:creator>
		<pubDate>Thu, 25 Feb 2010 22:35:17 +0000</pubDate>
		<guid isPermaLink="false">http://thewebdevelopmentblog.com/?p=95#comment-2974</guid>
		<description>Like *so*:

link href=&quot;gzip.php?f0=css/main.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;</description>
		<content:encoded><![CDATA[<p>Like *so*:</p>
<p>link href=&#8221;gzip.php?f0=css/main.css&#8221; rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaun Olafson</title>
		<link>http://www.thewebdevelopmentblog.com/2008/10/tip-speed-up-your-websites-using-gzip-and-merging-files/comment-page-1/#comment-2973</link>
		<dc:creator>Shaun Olafson</dc:creator>
		<pubDate>Thu, 25 Feb 2010 22:34:34 +0000</pubDate>
		<guid isPermaLink="false">http://thewebdevelopmentblog.com/?p=95#comment-2973</guid>
		<description>Hi There,

Neat script. DOes it matter where you put the PHP file? Or can I just link to it wherever I put it like so:



Thanks,

SDO</description>
		<content:encoded><![CDATA[<p>Hi There,</p>
<p>Neat script. DOes it matter where you put the PHP file? Or can I just link to it wherever I put it like so:</p>
<p>Thanks,</p>
<p>SDO</p>
]]></content:encoded>
	</item>
</channel>
</rss>

