• Hi,

    Any chance you can add GZIP compression as a setting?

    I’m using another caching plugin which I want to leave, but Litespeed Cache is currently missing support for GZIP compression.

    You would only have to add some lines to the .htaccess file which you do already for other features anyway, see https://gtmetrix.com/enable-gzip-compression.html

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    If you are using Litespeed webserver the gzip is controlled from the webadmin. If you have access please go to Litespeed webadmin -> Configuration -> Tuning tab.

    Thread Starter nicoter

    (@nicoter)

    It’s Apache, which requires the .htaccess code from the previously posted link to enable gzip compression.

    It’s the only thing this plugin is missing and it would be great if you can add support for it.

    Hello Nicoter,

    After setup gzip compression on the Litespeed server, yourdomain:7080

    You don’t need to change anything in .htaccess for gzip compression

    Can you check your php info with this code <?php phpinfo(); ?>, find zlib.output_compression

    Make sure your zlib.output_compression are turned On
    If that zlib.output_compression = Off change it to On from your php.ini

    Hope this help.

    Thread Starter nicoter

    (@nicoter)

    Like mentioned in my last reply, it’s an Apache server, not Litespeed.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘GZIP compression’ is closed to new replies.