gzip output compression gzip output compression
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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...