It will only send compressed pages to browsers that support it so that's
not a problem. Pro's are that pages load much faster. especially if
your HTML output is big, images are already compressed so they stay the
same.
cons are minor, since the page is gzipped when loading on a browser it
doesn'
Hello,
inside php.ini file there's a special configuration:
; Transparent output compression using the zlib library
; Valid values for this option are 'off', 'on', or a specific
; buffer size to be used for compression (default is 4KB)
zlib.output_compression = On
this way pages will be parsed
2 matches
Mail list logo