Hi @holidaystory17,
I think there is an issue with the tool as it is very inconsistent as I can see here: https://i.imgur.com/3p4fZyL.png
The reason behind that I think is this tool uses some basic cURL to fetch the URL and my times when Cloudflare sees requests coming from cURL instead of an actual browser it does not provide a cached version of the website despite it having it on its cache.
I would instead recommend you to use a better tool like Uptrends (https://www.uptrends.com/tools/cdn-performance-check) which uses better infrastructure to run the tests from the actual browser and even provide you with the response header so that you can see what’s happening, unlike the site link you have provided. You can also use webpagetest.org if you like, it is also a great technical tool.
Anyways here is your website loading result across the world on Uptrends:
https://www.uptrends.com/tools/cdn-performance-check?toolRequestGuid=3b6085a5-b2e1-41a0-9d05-640292cb22ca
Also here is a screenshot from an actual browser network tab (the best way to test than trusting any other tools): https://i.imgur.com/Qe2Knn2.png
P.S.: When you see cf-cache-status: HIT
in the response header, know that your page is being served from Cloudflare cache will always have the lowest TTFB. So, just ensure that your page response header has cf-cache-status: HIT
. That’s the most important thing.
-
This reply was modified 3 years, 9 months ago by iSaumya.