<?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 Tips: Turn On Compression</title>
	<atom:link href="http://www.askapache.com/htaccess/apache-speed-compression.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.askapache.com/htaccess/apache-speed-compression.html</link>
	<description>Advanced Web Development</description>
	<lastBuildDate>Wed, 18 Nov 2009 23:28:48 -0500</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Royads</title>
		<link>http://www.askapache.com/htaccess/apache-speed-compression.html#comment-106641</link>
		<dc:creator>Royads</dc:creator>
		<pubDate>Wed, 28 Oct 2009 11:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-compression.html#comment-106641</guid>
		<description>Hey

Thanks for sharing the information. I am using the same technique on one of my website to get benefits of compression.

&lt;pre&gt;Header set Expires &quot;Mon, 20 Apr 2012 23:30:00 GMT&quot;
Header append Cache-Control &quot;public&quot;
 &lt;/pre&gt;

I am writing this in .htaccess file in my website root. But when I am testing my website with google page speed it gives me this message.

Compressing the following resources with gzip could reduce their transfer size by about two thirds (~53.1kB).

List of all my css and JS files, but not the images file.

So I have doubt whether it work for CSS and js or not. Because its working for my images contents.

Can any one explain.


Thanks a lot in advance.
Roy</description>
		<content:encoded><![CDATA[<p>Hey</p>
<p>Thanks for sharing the information. I am using the same technique on one of my website to get benefits of compression.</p>
<pre>Header set Expires "Mon, 20 Apr 2012 23:30:00 GMT"
Header append Cache-Control "public"
 </pre>
<p>I am writing this in .htaccess file in my website root. But when I am testing my website with google page speed it gives me this message.</p>
<p>Compressing the following resources with gzip could reduce their transfer size by about two thirds (~53.1kB).</p>
<p>List of all my css and JS files, but not the images file.</p>
<p>So I have doubt whether it work for CSS and js or not. Because its working for my images contents.</p>
<p>Can any one explain.</p>
<p>Thanks a lot in advance.<br />
Roy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fasst</title>
		<link>http://www.askapache.com/htaccess/apache-speed-compression.html#comment-104222</link>
		<dc:creator>Fasst</dc:creator>
		<pubDate>Mon, 21 Sep 2009 10:36:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-compression.html#comment-104222</guid>
		<description>very helpful speed tips bud... thanks</description>
		<content:encoded><![CDATA[<p>very helpful speed tips bud&#8230; thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alicious</title>
		<link>http://www.askapache.com/htaccess/apache-speed-compression.html#comment-67744</link>
		<dc:creator>alicious</dc:creator>
		<pubDate>Sat, 28 Feb 2009 23:48:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-compression.html#comment-67744</guid>
		<description>I normally add php&#124;html to my match for zlib compression, any reason why you haven&#039;t? Is deflate better than zlib for some reason. Also with javascript if you&#039;ve got minified files I imagine it&#039;s not going to help much (if at all).</description>
		<content:encoded><![CDATA[<p>I normally add php|html to my match for zlib compression, any reason why you haven&#8217;t? Is deflate better than zlib for some reason. Also with javascript if you&#8217;ve got minified files I imagine it&#8217;s not going to help much (if at all).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AskApache</title>
		<link>http://www.askapache.com/htaccess/apache-speed-compression.html#comment-43329</link>
		<dc:creator>AskApache</dc:creator>
		<pubDate>Sat, 19 Jul 2008 06:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-compression.html#comment-43329</guid>
		<description>Yes.  You can test my site out using the http headers tool.   Just put &quot;none&quot; in the accept-encoding field.

Though actually, I am using gzip for compression and I am actually serving both XTHML 1.1 with the application/xhtml+xml content-type, and plain text/html for microsoft browsers that can&#039;t handle it.

I do have mod_deflate turned on for my javascript and css files though.</description>
		<content:encoded><![CDATA[<p>Yes.  You can test my site out using the http headers tool.   Just put &#8220;none&#8221; in the accept-encoding field.</p>
<p>Though actually, I am using gzip for compression and I am actually serving both XTHML 1.1 with the application/xhtml+xml content-type, and plain text/html for microsoft browsers that can&#8217;t handle it.</p>
<p>I do have mod_deflate turned on for my javascript and css files though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lu-blog</title>
		<link>http://www.askapache.com/htaccess/apache-speed-compression.html#comment-43326</link>
		<dc:creator>lu-blog</dc:creator>
		<pubDate>Sat, 19 Jul 2008 05:38:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-compression.html#comment-43326</guid>
		<description>Will the server in this case send uncompressed content to client if the client didn&#039;t send deflate in HTTP_ACCEPT_ENCODING?</description>
		<content:encoded><![CDATA[<p>Will the server in this case send uncompressed content to client if the client didn&#8217;t send deflate in HTTP_ACCEPT_ENCODING?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AskApache</title>
		<link>http://www.askapache.com/htaccess/apache-speed-compression.html#comment-41865</link>
		<dc:creator>AskApache</dc:creator>
		<pubDate>Sun, 01 Jun 2008 03:09:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-compression.html#comment-41865</guid>
		<description>&lt;p&gt;&lt;strong&gt;@ Jason&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;You aren&#039;t using a FilesMatch but other than that I couldn&#039;t tell you, it depends on your server, configuration, and modules.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;@ Prasannah&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;This really won&#039;t make that much of a difference to begin with but you can use the &lt;a href=&quot;http://www.askapache.com/online-tools/http-headers-tool/&quot; rel=&quot;nofollow&quot;&gt;http header viewer tool&lt;/a&gt; by requesting directly your .css or .js file with this .htaccess compression code on and then with this code off and you should see a difference unless something on your end isn&#039;t working correctly.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p><strong>@ Jason</strong></p>
<p>You aren&#8217;t using a FilesMatch but other than that I couldn&#8217;t tell you, it depends on your server, configuration, and modules.</p>
<p><strong>@ Prasannah</strong></p>
<p>This really won&#8217;t make that much of a difference to begin with but you can use the <a href="http://www.askapache.com/online-tools/http-headers-tool/" rel="nofollow">http header viewer tool</a> by requesting directly your .css or .js file with this .htaccess compression code on and then with this code off and you should see a difference unless something on your end isn&#8217;t working correctly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prasannah</title>
		<link>http://www.askapache.com/htaccess/apache-speed-compression.html#comment-41041</link>
		<dc:creator>Prasannah</dc:creator>
		<pubDate>Sun, 18 May 2008 17:25:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-compression.html#comment-41041</guid>
		<description>I don&#039;t see any changes in the page load speed AT ALL! I used this tool (&lt;a href=&quot;http://tools.pingdom.com/fpt/&quot; rel=&quot;nofollow&quot;&gt;Pingdom&lt;/a&gt;) to test my speeds. Any thoughts?</description>
		<content:encoded><![CDATA[<p>I don&#8217;t see any changes in the page load speed AT ALL! I used this tool (<a href="http://tools.pingdom.com/fpt/" rel="nofollow">Pingdom</a>) to test my speeds. Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.askapache.com/htaccess/apache-speed-compression.html#comment-39497</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Sat, 19 Apr 2008 10:31:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-compression.html#comment-39497</guid>
		<description>Thanks for your attention:

My .htaccess file:

&lt;pre&gt;
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
&#160;
#12 Months
&#160;
Header set Cache-Control &quot;max-age=29030400, public&quot;
&#160;
Header unset ETag
FileETag None
&#160;
# 2 HOURS
&#160;
Header set Cache-Control &quot;max-age=7200, must-revalidate&quot;
&#160;
SetOutputFilter DEFLATE
&lt;/pre&gt;



I am not getting an error.  It is just not working with the css and js according to yslow.  I was able to set a php.ini file to gzip the php.  Although, I am not sure how to do the same thing for the css/js.</description>
		<content:encoded><![CDATA[<p>Thanks for your attention:</p>
<p>My .htaccess file:</p>
<pre># BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress
&nbsp;
#12 Months
&nbsp;
Header set Cache-Control "max-age=29030400, public"
&nbsp;
Header unset ETag
FileETag None
&nbsp;
# 2 HOURS
&nbsp;
Header set Cache-Control "max-age=7200, must-revalidate"
&nbsp;
SetOutputFilter DEFLATE</pre>
<p>I am not getting an error.  It is just not working with the css and js according to yslow.  I was able to set a php.ini file to gzip the php.  Although, I am not sure how to do the same thing for the css/js.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AskApache</title>
		<link>http://www.askapache.com/htaccess/apache-speed-compression.html#comment-39467</link>
		<dc:creator>AskApache</dc:creator>
		<pubDate>Sat, 19 Apr 2008 04:07:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-compression.html#comment-39467</guid>
		<description>&lt;p&gt;&lt;strong&gt;@ jason&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Sounds like you don&#039;t have &lt;code&gt;mod_deflate&lt;/code&gt;.  I need more info like error messages, how you know its not working, and current .htaccess if I were going to answer.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p><strong>@ jason</strong></p>
<p>Sounds like you don&#8217;t have <code>mod_deflate</code>.  I need more info like error messages, how you know its not working, and current .htaccess if I were going to answer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.askapache.com/htaccess/apache-speed-compression.html#comment-39319</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Fri, 18 Apr 2008 12:48:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.askapache.com/htaccess/apache-speed-compression.html#comment-39319</guid>
		<description>I am trying to add gzip compression for a friends site which is WP.  I already set up compression for php files using php.ini.  However, I can&#039;t get the js&#124;CSS to work.  Any suggestions.  The site is hosted with Godaddy, apache of course.</description>
		<content:encoded><![CDATA[<p>I am trying to add gzip compression for a friends site which is WP.  I already set up compression for php files using php.ini.  However, I can&#8217;t get the js|CSS to work.  Any suggestions.  The site is hosted with Godaddy, apache of course.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
