gzip output compression gzip output compression
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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