• Cpanel has:
    Apache 2.0 and newer allow you to compress content before sending it to the visitor’s browser. The types of content to be compressed are specified by MIME type. This feature requires Apache’s mod_deflate to function correctly.

    Should I turn this on, instead of the wp-super-cache compress?

    https://wordpress.org/plugins/wp-super-cache/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Same question. But I tried enabling both, and I observed my websites load faster.

    I think the point is that mod_deflate compresses on demand while WPSC’s gzip setting pre-compresses the cached (and preload-cached) files.

    So, while the cached html files (probably) would also get on-demand-compressed via the server setting, it should be faster to have them stored in already compressed form.

    BTW, you can go to http://www.webpagetest.org , it gives a very detailed report on what is compressed and what not. If it complains about uncompressed transfers you can add the file types to your .htaccess (for mod_deflate).

    Tom

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Compress Content’ is closed to new replies.