
<?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 Make Your Site Lightning Fast* By Compressing (deflate/gzip) Your HTML, Javascript, CSS, XML, etc In Apache</title>
	<atom:link href="http://beerpla.net/2009/06/09/how-to-make-your-site-lightning-fast-by-compressing-deflategzip-your-html-javascript-css-xml-etc-in-apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://beerpla.net/2009/06/09/how-to-make-your-site-lightning-fast-by-compressing-deflategzip-your-html-javascript-css-xml-etc-in-apache/</link>
	<description>where things have nothing to do with beer - tutorials, tips, how-tos, thoughts, hacks, and other techy nonsense</description>
	<lastBuildDate>Wed, 17 Mar 2010 17:17:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: 20+ Tips Lengkap Optimasi WordPress</title>
		<link>http://beerpla.net/2009/06/09/how-to-make-your-site-lightning-fast-by-compressing-deflategzip-your-html-javascript-css-xml-etc-in-apache/#comment-30933</link>
		<dc:creator>20+ Tips Lengkap Optimasi WordPress</dc:creator>
		<pubDate>Mon, 18 Jan 2010 15:06:12 +0000</pubDate>
		<guid isPermaLink="false">http://beerpla.net/?p=982#comment-30933</guid>
		<description>[...] selengkapnya bisa dibaca di G-Loaded Journal, beer planet, Brightscape Blog, dan WordPress [...]</description>
		<content:encoded><![CDATA[<p>[...] selengkapnya bisa dibaca di G-Loaded Journal, beer planet, Brightscape Blog, dan WordPress [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Artem Russakovskii</title>
		<link>http://beerpla.net/2009/06/09/how-to-make-your-site-lightning-fast-by-compressing-deflategzip-your-html-javascript-css-xml-etc-in-apache/#comment-30580</link>
		<dc:creator>Artem Russakovskii</dc:creator>
		<pubDate>Wed, 13 Jan 2010 15:28:14 +0000</pubDate>
		<guid isPermaLink="false">http://beerpla.net/?p=982#comment-30580</guid>
		<description>Yeah, I remember doing that at first but the PHP technique only compresses PHP files and potentially only your theme file. I would still encourage one to get apache to do the work as it will apply to JS and CSS too.</description>
		<content:encoded><![CDATA[<p>Yeah, I remember doing that at first but the PHP technique only compresses PHP files and potentially only your theme file. I would still encourage one to get apache to do the work as it will apply to JS and CSS too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Artem Russakovskii</title>
		<link>http://beerpla.net/2009/06/09/how-to-make-your-site-lightning-fast-by-compressing-deflategzip-your-html-javascript-css-xml-etc-in-apache/#comment-30579</link>
		<dc:creator>Artem Russakovskii</dc:creator>
		<pubDate>Wed, 13 Jan 2010 15:25:32 +0000</pubDate>
		<guid isPermaLink="false">http://beerpla.net/?p=982#comment-30579</guid>
		<description>Oh, Brad and I sorted this out offline. He wasn&#039;t looking at the right place :)</description>
		<content:encoded><![CDATA[<p>Oh, Brad and I sorted this out offline. He wasn&#039;t looking at the right place <img src='http://beerpla.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Hoff</title>
		<link>http://beerpla.net/2009/06/09/how-to-make-your-site-lightning-fast-by-compressing-deflategzip-your-html-javascript-css-xml-etc-in-apache/#comment-30577</link>
		<dc:creator>John Hoff</dc:creator>
		<pubDate>Wed, 13 Jan 2010 15:18:17 +0000</pubDate>
		<guid isPermaLink="false">http://beerpla.net/?p=982#comment-30577</guid>
		<description>Brad, depending on how you have your compression set up, you might only be compressing your content.

But Artem said he sees everything compressed so you&#039;re probably good to go.</description>
		<content:encoded><![CDATA[<p>Brad, depending on how you have your compression set up, you might only be compressing your content.</p>
<p>But Artem said he sees everything compressed so you&#039;re probably good to go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Hoff</title>
		<link>http://beerpla.net/2009/06/09/how-to-make-your-site-lightning-fast-by-compressing-deflategzip-your-html-javascript-css-xml-etc-in-apache/#comment-30575</link>
		<dc:creator>John Hoff</dc:creator>
		<pubDate>Wed, 13 Jan 2010 15:15:31 +0000</pubDate>
		<guid isPermaLink="false">http://beerpla.net/?p=982#comment-30575</guid>
		<description>Good tutorial, Artem. Like you hinted at in the beginning, everyone might want to make sure that visitors to theirs sites aren&#039;t composed of a lot of people using older web browsers.

As far as I know, anything from IE6 service pack 1 and below probably won&#039;t show your page correctly if you have compression enabled. 

I&#039;d suggest checking your Analytics program and make sure most of your visitors aren&#039;t using these older browsers. You can also check browsershots.org to see how your site will appear to others after you set up compression.

As an alternative and if you can&#039;t get the .htaccess code to work, you could always try &lt;a href=&quot;http://wpbloghost.com/blog/gzip-compression/&quot; rel=&quot;nofollow&quot;&gt;enabling compressing through php&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Good tutorial, Artem. Like you hinted at in the beginning, everyone might want to make sure that visitors to theirs sites aren&#039;t composed of a lot of people using older web browsers.</p>
<p>As far as I know, anything from IE6 service pack 1 and below probably won&#039;t show your page correctly if you have compression enabled. </p>
<p>I&#039;d suggest checking your Analytics program and make sure most of your visitors aren&#039;t using these older browsers. You can also check browsershots.org to see how your site will appear to others after you set up compression.</p>
<p>As an alternative and if you can&#039;t get the .htaccess code to work, you could always try <a href="http://wpbloghost.com/blog/gzip-compression/" rel="nofollow" target="_blank" class="liexternal">enabling compressing through php</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Artem Russakovskii</title>
		<link>http://beerpla.net/2009/06/09/how-to-make-your-site-lightning-fast-by-compressing-deflategzip-your-html-javascript-css-xml-etc-in-apache/#comment-29205</link>
		<dc:creator>Artem Russakovskii</dc:creator>
		<pubDate>Thu, 24 Dec 2009 20:45:23 +0000</pubDate>
		<guid isPermaLink="false">http://beerpla.net/?p=982#comment-29205</guid>
		<description>Brad, I looked at your site and I see that both js and css are being gzipped correctly. What made you think it wasn&#039;t?</description>
		<content:encoded><![CDATA[<p>Brad, I looked at your site and I see that both js and css are being gzipped correctly. What made you think it wasn&#039;t?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Ney</title>
		<link>http://beerpla.net/2009/06/09/how-to-make-your-site-lightning-fast-by-compressing-deflategzip-your-html-javascript-css-xml-etc-in-apache/#comment-29204</link>
		<dc:creator>Brad Ney</dc:creator>
		<pubDate>Thu, 24 Dec 2009 20:37:52 +0000</pubDate>
		<guid isPermaLink="false">http://beerpla.net/?p=982#comment-29204</guid>
		<description>I enabled mod_deflate on my server, yet the HTML &amp; JS are not being gzipped. Any ideas?</description>
		<content:encoded><![CDATA[<p>I enabled mod_deflate on my server, yet the HTML &amp; JS are not being gzipped. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giannis Politidis</title>
		<link>http://beerpla.net/2009/06/09/how-to-make-your-site-lightning-fast-by-compressing-deflategzip-your-html-javascript-css-xml-etc-in-apache/#comment-27711</link>
		<dc:creator>Giannis Politidis</dc:creator>
		<pubDate>Wed, 25 Nov 2009 08:25:37 +0000</pubDate>
		<guid isPermaLink="false">http://beerpla.net/?p=982#comment-27711</guid>
		<description>I just tried the method you described earlier with the .htaccess file and it&#039;s incredible.

I must note that it works not only in localhost webservers, at your own, but in providers webservers also!!

My webpage&#039;s response speed increased 25-40%, without specific measurement to be made!!

Thanks a lot Artem.

Web Developer
Athens, Greece</description>
		<content:encoded><![CDATA[<p>I just tried the method you described earlier with the .htaccess file and it&#039;s incredible.</p>
<p>I must note that it works not only in localhost webservers, at your own, but in providers webservers also!!</p>
<p>My webpage&#039;s response speed increased 25-40%, without specific measurement to be made!!</p>
<p>Thanks a lot Artem.</p>
<p>Web Developer<br />
Athens, Greece</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Artem Russakovskii</title>
		<link>http://beerpla.net/2009/06/09/how-to-make-your-site-lightning-fast-by-compressing-deflategzip-your-html-javascript-css-xml-etc-in-apache/#comment-21037</link>
		<dc:creator>Artem Russakovskii</dc:creator>
		<pubDate>Thu, 23 Jul 2009 00:40:13 +0000</pubDate>
		<guid isPermaLink="false">http://beerpla.net/?p=982#comment-21037</guid>
		<description>@Mike
.htaccess should apply to subdirectories by default. Check that no other rule interferes (from httpd.conf, for example) and that those other directories don&#039;t override compression settings.

Finally, see if you can enable all kinds of apache logs and look for clues there.</description>
		<content:encoded><![CDATA[<p>@Mike<br />
.htaccess should apply to subdirectories by default. Check that no other rule interferes (from httpd.conf, for example) and that those other directories don&#039;t override compression settings.</p>
<p>Finally, see if you can enable all kinds of apache logs and look for clues there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://beerpla.net/2009/06/09/how-to-make-your-site-lightning-fast-by-compressing-deflategzip-your-html-javascript-css-xml-etc-in-apache/#comment-21032</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 22 Jul 2009 23:11:23 +0000</pubDate>
		<guid isPermaLink="false">http://beerpla.net/?p=982#comment-21032</guid>
		<description>Hi,
I write the line in my .htaccess, but it compress just in the root directory and it don&#039;t compress the javascript in my other folder.  why ?
Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I write the line in my .htaccess, but it compress just in the root directory and it don&#039;t compress the javascript in my other folder.  why ?<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Artem Russakovskii</title>
		<link>http://beerpla.net/2009/06/09/how-to-make-your-site-lightning-fast-by-compressing-deflategzip-your-html-javascript-css-xml-etc-in-apache/#comment-19455</link>
		<dc:creator>Artem Russakovskii</dc:creator>
		<pubDate>Wed, 17 Jun 2009 22:25:06 +0000</pubDate>
		<guid isPermaLink="false">http://beerpla.net/?p=982#comment-19455</guid>
		<description>@Joren
Mmm, that may not be enough - try to contact your host and alternatively find the place in your configs where modules are loaded.</description>
		<content:encoded><![CDATA[<p>@Joren<br />
Mmm, that may not be enough &#8211; try to contact your host and alternatively find the place in your configs where modules are loaded.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joren Rapini</title>
		<link>http://beerpla.net/2009/06/09/how-to-make-your-site-lightning-fast-by-compressing-deflategzip-your-html-javascript-css-xml-etc-in-apache/#comment-19450</link>
		<dc:creator>Joren Rapini</dc:creator>
		<pubDate>Wed, 17 Jun 2009 21:07:26 +0000</pubDate>
		<guid isPermaLink="false">http://beerpla.net/?p=982#comment-19450</guid>
		<description>Heh I&#039;ve never been able to get this to work, more than likely I have to bug my host about it. When I ran phpinfo(), I did not have a Load Modules block section like you talk about here, but I did find a couple sections where gzip and deflate were noted, one of them &quot;HTTP_ACCEPT_ENCODING 	gzip,deflate &quot;.  What do you think?</description>
		<content:encoded><![CDATA[<p>Heh I&#039;ve never been able to get this to work, more than likely I have to bug my host about it. When I ran phpinfo(), I did not have a Load Modules block section like you talk about here, but I did find a couple sections where gzip and deflate were noted, one of them &#034;HTTP_ACCEPT_ENCODING 	gzip,deflate &#034;.  What do you think?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
