Antwort: RE: Antwort: [Mod_gzip] mod_gzip compression level
mod_gzip@lists.over.net
mod_gzip@lists.over.net
Wed, 5 Mar 2003 18:11:55 +0200
Hi Peter,
> Kevin and I did a lot of testing wit mod_gzip and determined
> the best compression level "for the buck" was 6.
>
> Changing it around made some differences but not enough to warrant
> a change to a higher level which will slow things down.
this is surely true for dynamic compression, and I
wouldn't use more than level 6 in this case either.
But at that time mod_gzip didn't support maintaining
its own cache of statically precompressed files,
which it does now in 1.3.26.1a.
For these files the maximum compression level would
make sense, as the quota of effective compression
calls is very low for these files.
And the higher the cache hit rate, the more additional
CPU load I am willing to invest for creating the cache
content.
Regards, Michael