How can I verify if Cloudflare is successfully caching my Google Fonts?

Question

Grade: Education Subject: Support
How can I verify if Cloudflare is successfully caching my Google Fonts?
Asked by:
71 Viewed 71 Answers

Answer (71)

Best Answer
(336)
Use your browser's developer tools (Network tab) to inspect the HTTP response headers for the font files. Look for the `CF-Cache-Status` header. A value of `HIT` indicates that the font file was served from Cloudflare's cache. A value of `MISS` means it was fetched from the origin server (Google's servers or your self-hosted version).