Content not cached by CloudFlare

I just configured my second website on CloudFlare, but in this one the resources don’t seem to be cached by CloudFlare. There are no CloudFlare response headers in the cachable resources (E.g. In the images), in addition based on the response time the content is not using the CloudFlare server.

Please note what follows:

  • The CloudFlare administrative interface properly detect the website.
  • I’ve already checked the DNS with the support of HostGator and all seem to be ok.
  • It’s a WordPress website that uses the official CloudFlare plugin and the default settings of a free CloudFlare account.
  • My first website configured with CloudFlare was also a WordPress website with the same configuration and I had no issues.

Do you have any suggestions? Thank you for your support.

That would suggest the DNS records are not proxied.

As always, what’s the domain?

1 Like

Thank you Sandro, the domain is: https://daext.com/

Proxied and cached

$ curl -I https://daext.com/wp-content/uploads/2020/09/homepage-preview.gif | grep status
cf-cache-status: HIT

Check if your DNS resolver is up to date and you actually resolve the proxy addresses.

I’m seeing HITs for css and images (I didn’t check everything). Are you sure you’re hitting Cloudflare IP addresses? It might be a DNS issue at your end.

If you don’t have these addresses you have aforementioned resolution issue and need to fix your resolver.

nslookup daext.com
Server:  one.one.one.one
Address:  1.1.1.1

Non-authoritative answer:
Name:    daext.com
Addresses:  2606:4700:3035::ac43:917b
          2606:4700:3034::6815:4790
          172.67.145.123
          104.21.71.144

It shouldn’t be a proxy or configuration issue at this point.

Thank you very much. I confirm that I still have different nslookup results for daext.com and I’m trying to fix the issue on my end.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.