• Hello,

    I’ve have the plugin all set up and I have browser caching enabled, but Pingdom still says “Leverage Browser Caching” and they are giving us a score of 38 for Browser Cache. I am not sure what is going on and have tried everything.

    Here’s the link to our website: https://onemillionkids.org

    • This topic was modified 7 years, 6 months ago by braddelaney.
Viewing 1 replies (of 1 total)
  • I believe I’m having the same issue…

    If I change “Page Cache” from “Disk:Enhanced” to “Disk:Basic” the browser caching works fine.

    I can see the .gz files are being generated when “Disk:Enhanced” is enabled, and when I go to my .htaccess file and comment out this line:

    RewriteEngine On
    RewriteBase /
    RewriteCond %{HTTPS} =on
    RewriteRule .* - [E=W3TC_SSL:_ssl]
    RewriteCond %{SERVER_PORT} =443
    RewriteRule .* - [E=W3TC_SSL:_ssl]
    #RewriteCond %{HTTP:Accept-Encoding} gzip
    RewriteRule .* - [E=W3TC_ENC:_gzip]

    The gzip compressed pages are served and it all works fine. Obviously I shouldn’t have this line commented out though because some requests won’t be from browsers capable of gzip.

    @braddelaney can you see if the problem still persists for you if you change the Page Cache to Disk:Basic?

    I’m running Apache 2.4.5, and I’m unsure of how to debug this issue any further…

Viewing 1 replies (of 1 total)
  • The topic ‘Pingdom Says Leverage Browser Caching’ is closed to new replies.