Hi, thank you for a great plug-in, it’s made my site much, much faster
I am having a similar problem as the previous poster,
I have enabled GZip in WP Fastest Cache
but both gtmetrix.com and https://www.whatsmyip.org/http-compression-test/?url=aHR0cDovL3RoZWZhaXJnby5jb20=
are telling me that compression is not working on thefairgo website.
I can see the following in HTACCESS
# BEGIN GzipWpFastestCache
<IfModule mod_deflate.c>
AddType x-font/woff .woff
AddOutputFilterByType DEFLATE image/svg+xml
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE text/javascript
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript
AddOutputFilterByType DEFLATE application/x-font-ttf
AddOutputFilterByType DEFLATE application/vnd.ms-fontobject
AddOutputFilterByType DEFLATE font/opentype font/ttf font/eot font/otf
</IfModule>
# END GzipWpFastestCache
Any advice you could give on how to improve this would be very appreciated
thank you