Question
How can I verify if Cloudflare is successfully caching my Google Fonts?
Asked by: USER6697
71 Viewed
71 Answers
Answer (71)
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).