61924.wepwnyou.net
Submitted by: Frank Smit

Gzipping CSS and Javascript files

There are a number of methods for this, with PHP or with the Apache Gzip module. To enable Gzip compression for PHP pages you have to set zlib.output_compression to On, but that doesn’t work on CSS and javascript files. For those files you could use the Apache Gzip module, but what if you don’t have that module because you have shared hosting?

direct link