Cloudflare Cache Detector

This tool will help you figure out whether a resource, be it HTML, CSS or javascript, is being cached by Cloudflare. Enter the URL you want to check into the Cloudflare cache detector below and it will let you know whether there is a cache hit or miss.

This url dooes not return a positive cache header. Cloudflare cache header = 'DYNAMIC'
0HTTP/1.1 200 OK
DateFri, 19 Apr 2024 12:03:25 GMT
Content-Typetext/html; charset=utf-8
Connectionclose
set-cookieAWSALBTG=iCEjr3KSoFGEajItopnWW9GUWR3eVtkwShev9rWBVaP3G6eDl+NS/orSXXtTuv5lF3voE20iiDe/zcWgTY/A4tdm8FgUbk6v0PubrzvlPYdnN9r4tTo774FaWvmlXcp8L+GtYzo2202BL7vrBE9A2/ccZeDMyQeWept14OYUFuzx; Expires=Fri, 26 Apr 2024 12:03:24 GMT; Path=/
Set-CookieArray
x-frame-optionsALLOW-FROM https://app.kajabi.com https://app.vibely.io https://communities.kajabi.com *.mykajabi.com https://communities.newkajabi-staging.com https://www.dave-bailey.com https://www.foundercoach.com
x-xss-protection1; mode=block
x-content-type-optionsnosniff
x-download-optionsnoopen
x-permitted-cross-domain-policiesnone
referrer-policystrict-origin-when-cross-origin
content-security-policyframe-ancestors 'self' https://app.kajabi.com https://app.vibely.io https://communities.kajabi.com *.mykajabi.com https://communities.newkajabi-staging.com https://www.dave-bailey.com https://www.foundercoach.com
Cache-Controlmax-age=0, private, must-revalidate
x-request-id6d5c0278-7448-401a-ae69-1082f653fbd8
x-runtime0.515942
CF-Cache-StatusDYNAMIC
Report-To{"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=h1T%2BNubYaQGbKCt9ZGIiNC%2F09BpOj9SS77zJXX1RyWMyfWnN%2BVsH5Uzt%2BmJ3mzAjZbBSId0wYFnPCqj5%2Bk5kqdqiLhwYeJD2xpvK3Lt4OMyoNrEdeu1fqIGGs1uja9P2p0aQvtwtjtxXQVXvC6cAZija"}],"group":"cf-nel","max_age":604800}
NEL{"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Servercloudflare
CF-RAY876cc04e0fe536cb-YYZ
alt-svch3=":443"; ma=86400

Cloudflare returns the cache status of an online resource through a response header called CF-Cache-Status. This header does not cause any behavior changes in web browsers, it is simply there as a way for the webmaster to know whether the resources are being cached or not. This tool will perform a basic head request against the URL you provide. It will check the headers to see if it contains the CF-Cache-Status header and if it does, it will check to see if it equals a hit.

There are 5 possible response types that the CF-Cache-Status header can contain. You can read each of them below with a description of what they mean.

HIT: This is obviously a positive response. The record is cached and the request made through the CDN hit the cache and did not hit your web server.
MISS: The cache was checked but the requested resource was not found. The following request will likely be a HIT
BYPASS: Cloudflare has been instructed not to cache this resource, likely through a page rule.
EXPIRED: This resource was cached before but has been living in the cache longer than the specified time for the cache to live. The cache will be refreshed for the next request.
DYNAMIC: This will appear if you are requesting a resource that Cloudflare does not cache by default. This is essentially a miss.

Help, CF-Cache-Status Header Is Missing!

If you are confident that all of your traffic is routed through Cloudflare’s CDN, and you can see a CF-RAY header in the response, why is the cache status header missing too? It could be for a few reasons, but it is most likely due to either a configuration issue where you have accidentally instructed Cloudflare not to cache this particular resource. Or because the content type of the resource you are requesting is not something that is normally cached by default. Typically you would see a dynamic header for this though.

Try testing javascript, CSS or image files. If these are also missing the headers, then you need to check your page rules to see if these file types are being bypassed. If these files do have the cache header, then it is a case that the content type needs a page rule added to ensure that it gets cached. Setting up page rules is very simple.

How To Cache HTML With Cloudflare

What a lot of people tend not to know is that Cloudflare can cache HTML pages as well as a cache for Javascript, CSS and image files. This can be done very easily using a page rule. You can create one that is set to cache everything. In these cases files that return HTML, XML, JSON, have .php extensions etc will be cached in Cloudflare. This will help you get incredibly fast page response times and take all of the stress away from your web server.

If you are using a CMS like WordPress, you will need to be careful about this. If your wp-admin page is cached, non logged in users will be able to view the data. They may not be able to save or modify anything but they will see be able to gain access to sensitive administration pages. This is why you should make sure to use additional page rules to add cache bypassing exceptions. The image below will show some examples of how to achieve this.

cloudflare page rules
Setting up Cloudflare Page rules to cache HTML and other content for a website

How To Manually Check If Cloudflare Cached a Resource

If you want to be able to check for this manually, you can visit a URL in your web browser and check the headers manually. To do this. Right-click on a page and click on “Inspect Element”. Firefox and Chrome both have the same setting for this. It will open a window with some HTML and there will be some tabs along the top. Move over to the “Network” tab. Minimize this window and go back to the main window and either refresh the current page or navigate to the page you want to test.

Once the page has loaded, go back to the inspection window and if you click on the resource, you will be able to see the CF-Cache-Status header listed with all of the other HTTP headers. The response type will be visible here.

cloudflare CF-Cache-Status Header response
This image shows the Cloudflare caching header visible in the response for the requested resource

The tool at the top of this page takes the manual process away. Enter your URL and this tool will perform this manual check for you automatically. The Cloudflare cache detector will simply check whether the response is present and let you know if the response is good news or bad news.

Related Articles

Related Questions

WordPress Table of Contents Plus Not Working

I have been using this plugin for a while and i really like it. It seems to have completely stopped working recently. I can...

Function Keys Reversing Between Fn Actions And Normal

My keyboard has the usual F1 to F12 keys along the top. I use these for shortcuts in various applications. These keys also have...

Whirlpool Oven F6E6: Appliance Manager 1 Board Communication

I have a brand new Whirlpool oven W11I OM1 4MS2 H or (859991549450). I bought it alongside the microwave combi oven. I have had...

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Latest Tools

List Sorting Tool

Welcome to our innovative list ordering and management tool. This next-level platform enables you to sort a list of items in ascending or descending...

Sudoku Solver

Welcome to our free online Sudoku solving tool, an interactive platform for puzzle enthusiasts seeking a break from a Sudoku conundrum. This advanced platform...

Apply Image Filters To Image

Digital imagery in the modern world is all about reinforcing emotions and stories behind each photo we take. To amplify this storytelling, we are...

Add Watermark To Image

As the world is increasingly consumed by digital media, protecting your original images is paramount. We are thrilled to introduce you to our innovative...

CSV To Xml Converter

Welcome to our CSV to XML converter tool, a convenient and user-friendly solution for all your data conversion needs. This versatile tool on our...

RGB Image Splitter

Welcome to our innovative RGB Splitter - a unique image analyzer tool that offers an in-depth peek into the building blocks of your photos....

Latest Posts

Latest Questions