Top "Mod-deflate" questions

The mod_deflate is an Apache web server module that provides the DEFLATE output filter that allows output from your server to be compressed before being sent to the client over the network.

Enable mod_deflate to send Content-Encoding: gzip

EDIT I have found that the problem is actually php minify. This was sending the deflated content instead of Apache. …

apache deflate mod-deflate
Apache mod_deflate not compressing json output

I've followed all the steps in multiple tutorials to enable mod_deflate in Apache but I'm still not seeing compression (…

php apache httpd.conf deflate mod-deflate
Difference between mod_deflate and zlib output_compression

Can anyone tell me the difference between using mod_deflate and zlib output_compression? I understand that zlib is done …

php apache .htaccess zlib mod-deflate
mod_deflate in .htaccess and google pagespeed

i have a linode sever with centos 6 , as it wont support mod_gzip, i am using mod_deflate. this is …

apache .htaccess pagespeed http-compression mod-deflate
YSlow gives F grade to files compressed with mod_deflate

I'm using mod_deflate on Apache 2.2 and the compression level is set to 9. I've fine tuned every possible aspects of …

compression gzip yslow mod-deflate
Using Gzip/Deflate with Codeigniter for better performance

I'm using Codeigniter a PHP framework and apache2. I have enabled Gzip and deflate mod in apache2 and its showing …

php codeigniter apache2 gzip mod-deflate