Hi @arj23,
First of all the x-wp-cf-super-cache-cookies-bypass: swfpc-feature-not-enabled
is supposed to be like that unless you are using the worker mode and added custom cookie name for which you want to bypass the caching. Screenshot: https://i.imgur.com/FsVsfaT.png
Now coming to your website, when I am checking the response header I see:
cache-control: s-maxage=604800, max-age=60
content-encoding: gzip
content-length: 63166
content-type: text/html; charset=UTF-8
date: Sat, 19 Dec 2020 05:25:35 GMT
link: <https://potnxt.com/wp-json/>; rel="https://api.w.org/"
link: <https://potnxt.com/wp-json/wp/v2/pages/3347>; rel="alternate"; type="application/json"
link: <https://potnxt.com/>; rel=shortlink
server: Google Frontend
vary: Accept-Encoding
x-cloud-trace-context: ef806e7b035db00e25e894216621ae10;o=1
x-wp-cf-super-cache: cache
x-wp-cf-super-cache-active: 1
x-wp-cf-super-cache-cache-control: s-maxage=604800, max-age=60
x-wp-cf-super-cache-cookies-bypass: swfpc-feature-not-enabled
So, I see you cache-control
has been set properly. but there is no cf-cache-status
header present for any files, which is really wired.
Can you please go back to your Cloudflare dashboard and confirm the following things:
1. Development mode is disabled3
2. Site is not paused in Cloudflare
3. Go to the DNS section of Cloudflare dashboard and the orange cloud is turned on for your domains main A record and WWW cname record, I think this is the issue, as my hunch says they are currently grey.
Please check these and keep us posted.