 Reviews:
·net2phone
| reply to Daniel
Re: Why Isn't my CSS Compressed? [REWARD]I threw a few different browsers at it, the CSS was compressed as expected. I don't see the issue. While the total uncompressed data is 17482 bytes, the compressed size transmitted is 3420.
HTTP/1.1 200 OK Date: Fri, 03 Sep 2010 04:03:31 GMT Server: Apache/2.2.14 (Ubuntu) Last-Modified: Fri, 03 Sep 2010 02:53:53 GMT ETag: "444a-48f520a7e9240" Accept-Ranges: bytes Cache-Control: public, must-revalidate, proxy-revalidate Expires: Fri, 03 Sep 2010 04:03:31 GMT Vary: Accept-Encoding,User-Agent Content-Encoding: gzip Pragma: public X-Powered-By: W3 Total Cache/0.9.1.1 Content-Length: 3420 Keep-Alive: timeout=2, max=100 Connection: Keep-Alive Content-Type: text/css
The only way I could get it uncompressed is by using a proxy to remove the 'Accept-Encoding:' HTTP header, or to remove the gzip option that it sends to your server. So to me it seems that it's working properly.
said by Daniel:But when I test the site in other tools they complain that the CSS is not compressed. Maybe the issue is with the other tools.
PS - (unrelated) - Apparently you've configured Apache for a TCP Keep-Alive timeout of 2 seconds, which seems a bit on the short side. |