• Resolved mkim0818

    (@mkim0818)


    I share a weird situation and ask for your thoughts.
    I can’t make the caching work until I set “Edge Cache TTL” on Cloudflare page rule.
    I don’t use any other caching/optimization plugin other than jetpack.
    Same thing happens to all the sites I manage.

    On the other hand, I saw I’m not supposed to change the page rule.
    Just wonder why this happens and also want to know if I can make it work without touching the Cloudflare page rules.

    • This topic was modified 5 years ago by mkim0818.

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

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

    (@isaumya)

    Hi @mkim0818,
    looking at your site it seems you are facing the problem because your server is adding cache-control: max-age=0, no-cache, s-maxage=10 which basically asking CF to overwrite whatever cache control we have set. Take a look: https://i.imgur.com/z0GMa7R.png

    You need to figure out what is adding that cache control rule to your webpages and remove that. A webpage is not supposed to have more than 1 cache control rules. This most probably be your hosting provider (but not 100% sure). You need to check what’s adding this and remove it.

Viewing 1 replies (of 1 total)

The topic ‘Cloudflare Edge cache TTL page rule’ is closed to new replies.