<?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: GZIP Compression and Javascript Minification</title>
	<atom:link href="http://www.webscalingblog.com/performance/gzip-compression-and-javascript-minification.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.webscalingblog.com/performance/gzip-compression-and-javascript-minification.html</link>
	<description>Everything about web scaling and high availability</description>
	<lastBuildDate>Wed, 01 Sep 2010 07:50:03 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jason S</title>
		<link>http://www.webscalingblog.com/performance/gzip-compression-and-javascript-minification.html/comment-page-1#comment-18</link>
		<dc:creator>Jason S</dc:creator>
		<pubDate>Sun, 02 Nov 2008 06:39:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.webscalingblog.com/?p=8#comment-18</guid>
		<description>Thanks for the feedback Rain,

I will update the script to only allow .css and .js extensions to be parsed which would solve this issue.

As for the expiry, 3 days is generally fine for my usage, if people want longer expiries it&#039;s easily changed in the php script. 

Thanks again.</description>
		<content:encoded><![CDATA[<p>Thanks for the feedback Rain,</p>
<p>I will update the script to only allow .css and .js extensions to be parsed which would solve this issue.</p>
<p>As for the expiry, 3 days is generally fine for my usage, if people want longer expiries it&#8217;s easily changed in the php script. </p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nail</title>
		<link>http://www.webscalingblog.com/performance/gzip-compression-and-javascript-minification.html/comment-page-1#comment-16</link>
		<dc:creator>Nail</dc:creator>
		<pubDate>Thu, 30 Oct 2008 19:43:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.webscalingblog.com/?p=8#comment-16</guid>
		<description>Jason,

Your tool contains a security hole, you should be careful with file_get_contents.
Now it&#039;s possible to send something like gzip.php?f0=/etc/passwd and stole content of files from the server, for example, source code, database password, etc.

But in general, sure it&#039;s a useful tool (if we fix the issue above) and it can be used on hostings where we cannot change server settings.
Also, I would send 1 month expires header (instead of 3 days) and I would send Last-Modified header so browsers will be able to send conditional requests.</description>
		<content:encoded><![CDATA[<p>Jason,</p>
<p>Your tool contains a security hole, you should be careful with file_get_contents.<br />
Now it&#8217;s possible to send something like gzip.php?f0=/etc/passwd and stole content of files from the server, for example, source code, database password, etc.</p>
<p>But in general, sure it&#8217;s a useful tool (if we fix the issue above) and it can be used on hostings where we cannot change server settings.<br />
Also, I would send 1 month expires header (instead of 3 days) and I would send Last-Modified header so browsers will be able to send conditional requests.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason S</title>
		<link>http://www.webscalingblog.com/performance/gzip-compression-and-javascript-minification.html/comment-page-1#comment-13</link>
		<dc:creator>Jason S</dc:creator>
		<pubDate>Mon, 20 Oct 2008 08:47:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.webscalingblog.com/?p=8#comment-13</guid>
		<description>I wasn&#039;t able to use the above method on my web host due to their set-up. Alternatively I used php and the zlib extension to compress my files as per the blog below...

http://thewebdevelopmentblog.com/2008/10/tip-speed-up-your-websites-using-gzip-and-merging-files/

The other methods above easier but if you can&#039;t get it to work either look at the link above. 

It can also merge your files and cache them to increase loading speed even more.

Cheers!</description>
		<content:encoded><![CDATA[<p>I wasn&#8217;t able to use the above method on my web host due to their set-up. Alternatively I used php and the zlib extension to compress my files as per the blog below&#8230;</p>
<p><a href="http://thewebdevelopmentblog.com/2008/10/tip-speed-up-your-websites-using-gzip-and-merging-files/" rel="nofollow">http://thewebdevelopmentblog.com/2008/10/tip-speed-up-your-websites-using-gzip-and-merging-files/</a></p>
<p>The other methods above easier but if you can&#8217;t get it to work either look at the link above. </p>
<p>It can also merge your files and cache them to increase loading speed even more.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
