• Resolved Tanzi01

    (@tanzi01)


    Hi. I love the plugin and it does everything I need.

    Google pagespeed says…

    “Serve static assets with an efficient cache policy 8 resources found
    A long cache lifetime can speed up repeat visits to your page. Learn more.
    WordPress, Read about Browser Caching in WordPress”
    They are all images 8 in total which are all the images on my front page.

    12/web-honey-web-design-and-development.jpg(webhoney.com.au) 7?d
    10/Branding.png.webp(webhoney.com.au) 7?d

    etc….

    I have all the caches set and also serve the images through QUIC.cloud CDN, so I’m not sure why it is saying that. Is QUIC.cloud setting a cahe for 7 days? Should I sign up for an account?

    I have gone over and over the settings but I can’t see why.

    Any ideas?

    Many thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Do you have browser cache enabled and if yes which time did you set for TTL?

    Plugin Support qtwrk

    (@qtwrk)

    you have a default cache-control header that is not controlled by LSCWP’s browser cache option

    as a quick solution

    
        <FilesMatch "\.webp$">
            Header set Cache-Control "max-age=2592000,public"
        </FilesMatch>
    

    to your .htaccess ought do it

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Serve static assets with an efficient cache policy’ is closed to new replies.