Tagged Questions
2
votes
1answer
232 views
zlib compression issues
I'm having some issues running zlib compression on my site ..
Firstly if I enable zlib compression in .htaccess using: php_value output_handler ob_gzhandler then I receive thousands of lines of the ...
1
vote
3answers
1k views
GZipped Images - Is It Worth?
Most image formats are already compressed. But in fact, if I take an image and compress it [gzipping it], and then I compare the compressed one to the uncompressed one, there is a difference in size, ...