• Resolved Dumel

    (@dumel)


    I’ve been unable to get this site to cache. The response headers are displaying the following:

    cache-control: no-store, no-cache
    cf-cache-status: BYPASS

    When I test the caching in the dashboard it also displays an error but this test fails on all but one of my sites anyway. It hasn’t been very useful.

    I’ve checked and double-checked everything but nothing works.

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

Viewing 1 replies (of 1 total)
  • Plugin Contributor iSaumya

    (@isaumya)

    Hi,
    the reason you are having this issue is that the cache-control header of your site is being overwritten by some other caching plugin or some other plugin or some server-level caching plugin or some server-level rules.

    The value of cache-control should match the value of x-wp-cf-super-cache-cache-control header. And as you can see here they do not match: https://i.imgur.com/gKm3MOF.png

    So, you need to figure out what is adding the no-store, no-cache cache-control header as the cache-control header of your site should only be managed by this plugin and nothing else.

Viewing 1 replies (of 1 total)

The topic ‘Site not caching’ is closed to new replies.