Hi @johns0n,
Looking at your website’s here are a couple of things that stand out to me:
1. There are a lot of custom cookies being added to your first request. Screenshot: https://i.imgur.com/XzyiNvt.png
Please note that when Cloudflare sees any request has custom set-cookie
header beside the default Cloudflare cookie, it assumes that the content of that webpage is depended on the value of those cookies and hence CF don’t cache the first request and pass it as DYNAMIC.
In fact, not just your home page but for all pages the first request has some custom set-cookie
values seeing which CF is not caching those HTML contents.
You either have to figure out which plugins are adding those cookies, if you need them or not OR enable the “Stripe Response Cookies” option in the plugin settings and check if our site is still working as you want it to.
2. I see a header of x-cache
and not sure what cache is this. If you are using any other page caching plugin, please make sure to disable that. Please note when using this plugin you are not supposed to use any other plugin for page caching but you can use other optimization plugins to optimize your static files (CSS, JS, Images etc).
@rrajuraj12 – Please share your website URL without which we can’t check anything.