htaccess Gzip doesn’t work

by admin

Sometimes the files are not compressed although the gzip option has already been enabled.
Therefor you get the gzip warning from Google Page Speed Insight.

Reason

The reason is the size of file. There is a limitation of gzip in the server. You need to contact to your hosting provider to increase the limitation of gzip.

Solution

Here is the solution for LiteSpeed WebServer.

LiteSpeed Tuning

If your webserver is LiteSpeed, you can use it easily. First, you need to open Tuning settings page.

LiteSpeed Gzip Compression

And you need to increase the Max Static File Size as above.

What if doesn’t the Hosting Provider help?

If the hosting provider does not help you about the solution, you should disable the combine options.

Related articles

Placeholder Image
Cache Url with QueryString

WP Fastest Cache does not create cache by default if a url contains a query string.

Placeholder Image
Utf-8 Character Encoding Problem

HTML files are typically served as text/html. The character encoding (or ‘charset’) of this file is UTF-8. If the page…

Login Problem
Login Problem

The cache plugins may cause a login problem. Some users cannot login into wp-admin panel when they activate WP Fastest…