Website optimization and general configuration Part 2: Compression and caching your website output
Compression In apache with PHP, there are 2 ways for content compression: with Zlib via PHP or with mod_deflate via apache. The difference between those two is, that PHP's Zlib…