gzip output compression gzip output compression
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

gzip output compression

Started by mrshark, August 22, 2004, 08:14:45 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mrshark

Is there a way to eneble gzip compression for the output sent to browsers? I searched the forum for "gzip", but there is only 1 thread about it, and no useful answers... Yes, images have an higher weight and that sucks bandwidth, but i would like to enable compression however, i use it already on the same site http://www.slide-show.net for phpbb and mambo, with great improvements. Thanks in advance. ;-)

GGallery

I was wondering the same... I tried:
<IfModule mod_php4.c>
    php_flag zlib.output_compression on
    php_value zlib.output_compression_level 2
</IfModule>

but that didn't compress any html so far hmmmm

GGallery

OK, don;t try the config above - doesn't work with CM's flush() concept...