How to check Cloudflare cache status

I’ll help you check the Cloudflare cache status for tenten.co. To do this properly, I’ll need to explain how to check it since I can’t directly access or analyze your website.

Here’s how you can check the Cloudflare cache status for tenten.co:

  1. Using browser developer tools:

    • Open tenten.co in your browser
    • Right-click and select “Inspect” or press F12
    • Go to the “Network” tab
    • Refresh the page
    • Look at the response headers for any request
    • Check for headers like cf-cache-status which will show values like:
      • HIT (served from cache)
      • MISS (not in cache)
      • DYNAMIC (not eligible for caching)
      • EXPIRED (was in cache but expired)
      • BYPASS (cache was bypassed)
  2. Using command line:

    curl -I https://tenten.co/
    

    This will show you the response headers including the Cloudflare cache status.

  3. Cloudflare dashboard metrics:

    • Log in to your Cloudflare account
    • Select your domain
    • Go to Analytics → Caching
    • Check “Cache ratio” and “Total vs Cached Bandwidth”
    • Look at “Cache status codes” for a breakdown

If you’re seeing a lot of MISS or DYNAMIC responses, you might need to adjust your caching rules to increase cache hit rates. Remember that the homepage often has different caching behavior than inner pages.