@ravik1 IF you are on ngnix or other than Apache server the Enable GZIP option is enabled by default, so you don’t have to enable it from WP-Optimize.
Thread Starter
ravik1
(@ravik1)
Sir but my Gzip compression is disable and I want to enable this option but it’s not enable and not show any error
@ravik1 Could you please share a screenshot of the GZIP screen for us to check?
-
This reply was modified 4 years, 11 months ago by
Harshad.
Thread Starter
ravik1
(@ravik1)
Sir I not know how to upload screenshot so I upload screen recording in my blogger website-
https://freekatech.blogspot.com/p/sample.html
Click here 👆
@ravik1 The issue seems to be with your SSL certificate, either its expired or not valid, please renew the SSL certificate and then try to enable GZIP compression and check if it works?
Thread Starter
ravik1
(@ravik1)
@ravik1 SOmehow WP-Optimize is not finding the SSL certificate on the server.
To manually enable GZIP, please add following lines to .htaaccess file
# Remove browser bugs (only needed for really old browsers)
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
<IfModule mod_headers.c>
Header append Vary User-Agent
</IfModule>
</IfModule>
</IfModule>
# END WP-Optimize Gzip compression
Thread Starter
ravik1
(@ravik1)
Sir, today when I use another Gzip checker tool then it say your Gzip compression is enable but wp optimize say Gzip compression is disable 🤔
@ravik1 I’ll check this with our development team and update you, sometimes even if GZip is enabled WP-Optimize shows its not enabled.
This should be fixed in upcoming version,