<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB"><title>Comments on PHP, Gzip and htaccess - AddedBytes.com</title><link rel="alternate" type="text/html" href="http://www.addedbytes.com/article/php-gzip-and-htaccess/" /><link rel="self" type="application/xml" href="http://www.addedbytes.com/article/php-gzip-and-htaccess/comments/atom/" /><subtitle>Latest comments on PHP, Gzip and htaccess on AddedBytes.com</subtitle><author><name>Dave Child</name></author><updated>2004-05-27T14:13:17Z</updated><id>tag:addedbytes.com,2004:67</id><!-- ckey="76C662BB" --><entry><title>Comment on PHP, Gzip and htaccess</title><link rel="alternate" type="text/html" href="http://www.addedbytes.com/article/php-gzip-and-htaccess/comments/" /><summary type="text">Comment by IceBurn ( &lt;a href="http://iceburn.info"&gt;http://iceburn.info&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;Remember, first things first - if your problem is bandwith or simple want your pages to load faster, you definitely should use gzip...&lt;br /&gt;
&lt;br /&gt;
...HOWEVER, if you have a site with an heavy load, and you're always running out of memory, than you don't want to use gzip. &lt;br /&gt;
&lt;br /&gt;
The gzip process needs additional memory, so, compress your code instead (javascript, CSS, XHTML...). &lt;br /&gt;
&lt;br /&gt;
It can be confusing to edit it after, but if you save two versions, one compressed and one regular, you've just make the day, and your server will say thanks! =)&lt;br /&gt;
&lt;br /&gt;
</summary><id>tag:addedbytes.com,2008:105086</id><published>2008-10-02T09:52:53+01:00</published><updated>2008-10-02T09:52:53Z</updated></entry><entry><title>Comment on PHP, Gzip and htaccess</title><link rel="alternate" type="text/html" href="http://www.addedbytes.com/article/php-gzip-and-htaccess/comments/" /><summary type="text">Comment by mrpwnage ( &lt;a href=""&gt;&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;I'm using a Windows end-to-end 64-bit system. That means Apache, PHP &amp; MySQL are all 64-bit binaries. That being said, I can't run (can i?) mod_gzip because there is no x64 version. And now my question: I don't want to have to add this to every single page on the site manually, isn't there a way that I could set it to use gzip compression globally on the entire site indiscriminately? Perhaps through the httpd.conf or php.ini?</summary><id>tag:addedbytes.com,2008:105060</id><published>2008-10-01T13:39:50+01:00</published><updated>2008-10-01T13:39:50Z</updated></entry><entry><title>Comment on PHP, Gzip and htaccess</title><link rel="alternate" type="text/html" href="http://www.addedbytes.com/article/php-gzip-and-htaccess/comments/" /><summary type="text">Comment by fedmich ( &lt;a href="http://fedmich.com"&gt;http://fedmich.com&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;Thanks for this :)  especially for the htaccess part</summary><id>tag:addedbytes.com,2008:94798</id><published>2008-05-07T05:52:33+01:00</published><updated>2008-05-07T05:52:33Z</updated></entry><entry><title>Comment on PHP, Gzip and htaccess</title><link rel="alternate" type="text/html" href="http://www.addedbytes.com/article/php-gzip-and-htaccess/comments/" /><summary type="text">Comment by Steve ( &lt;a href="http://www.china-channels.com"&gt;http://www.china-channels.com&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;Thanks Dave! Some very good stuff!</summary><id>tag:addedbytes.com,2008:79330</id><published>2008-02-27T07:14:04+00:00</published><updated>2008-02-27T07:14:04Z</updated></entry><entry><title>Comment on PHP, Gzip and htaccess</title><link rel="alternate" type="text/html" href="http://www.addedbytes.com/article/php-gzip-and-htaccess/comments/" /><summary type="text">Comment by Tom ( &lt;a href="http://tomschlick.com"&gt;http://tomschlick.com&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;Thanks alot dave,&lt;br /&gt;one of my clients was having trouble with their account taking up too much of the servers time and the server would suspend the account for 3 min. well their information needs to be accessed 24/7 so this cannot happen. well this worked very well and they havnt been suspened since i put that in. (it used to happen everyday at least once)&lt;br /&gt;&lt;br /&gt;again, THANKS ALOT!</summary><id>tag:addedbytes.com,2007:54298</id><published>2007-09-24T17:40:49+01:00</published><updated>2007-09-24T17:40:49Z</updated></entry><entry><title>Comment on PHP, Gzip and htaccess</title><link rel="alternate" type="text/html" href="http://www.addedbytes.com/article/php-gzip-and-htaccess/comments/" /><summary type="text">Comment by Anonymous ( &lt;a href="http://thainy.com"&gt;http://thainy.com&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;Seem like your Caching script is super-set of this script.&lt;br /&gt;Both great script anyway. :)</summary><id>tag:addedbytes.com,2007:50028</id><published>2007-08-15T11:40:41+01:00</published><updated>2007-08-15T11:40:41Z</updated></entry><entry><title>Comment on PHP, Gzip and htaccess</title><link rel="alternate" type="text/html" href="http://www.addedbytes.com/article/php-gzip-and-htaccess/comments/" /><summary type="text">Comment by Bay of Islands ( &lt;a href="http://www.bayofislands.net/"&gt;http://www.bayofislands.net/&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;Is this method the same as or better than mod_gzip in an htaccess file?</summary><id>tag:addedbytes.com,2007:49207</id><published>2007-08-10T02:17:54+01:00</published><updated>2007-08-10T02:17:54Z</updated></entry><entry><title>Comment on PHP, Gzip and htaccess</title><link rel="alternate" type="text/html" href="http://www.addedbytes.com/article/php-gzip-and-htaccess/comments/" /><summary type="text">Comment by Phil Dufault ( &lt;a href="http://dufault.info"&gt;http://dufault.info&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;You can check if your site is now using gzip compress, and the compression ratio, using this online tool:&lt;br /&gt;http://www.gidnetwork.com/tools/gzip-test.php&lt;br /&gt;&lt;br /&gt;For those of us using Firefox, here's an extension that can show this:&lt;br /&gt;https://addons.mozilla.org/en-US/firefox/addon/60</summary><id>tag:addedbytes.com,2007:42884</id><published>2007-07-12T05:06:41+01:00</published><updated>2007-07-12T05:06:41Z</updated></entry><entry><title>Comment on PHP, Gzip and htaccess</title><link rel="alternate" type="text/html" href="http://www.addedbytes.com/article/php-gzip-and-htaccess/comments/" /><summary type="text">Comment by Ken Wong ( &lt;a href="http://WebKing.hk"&gt;http://WebKing.hk&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;Thank you very much! &lt;br /&gt;&lt;br /&gt;I did follow your instruction to do that on http://WebKing.hk, but 1 silly question, how can I know that my site is gzip already?&lt;br /&gt;&lt;br /&gt;Thank you!!</summary><id>tag:addedbytes.com,2007:34177</id><published>2007-05-30T03:39:33+01:00</published><updated>2007-05-30T03:39:33Z</updated></entry><entry><title>Comment on PHP, Gzip and htaccess</title><link rel="alternate" type="text/html" href="http://www.addedbytes.com/article/php-gzip-and-htaccess/comments/" /><summary type="text">Comment by Mike ( &lt;a href=""&gt;&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;So do I!&lt;br /&gt;You are my guru!</summary><id>tag:addedbytes.com,2007:32290</id><published>2007-05-12T06:09:32+01:00</published><updated>2007-05-12T06:09:32Z</updated></entry></feed>