If you are unsure whether a page or an image is being served into your browser from section.io’s global cache, an easy way to investigate is to:
-
Open your browser’s dev tools (press f12 on Chrome)
-
Click on the network tab of the browser tools
-
Navigate to the page you are interested in viewing.
-
You should see the network tab start showing the assets coming into the browser.
-
Click on one of the assets (in the case below we have clicked on the HTML document which is the first to arrive in the browser.
-
View the response header to see if section.io is reporting a hit or a miss. In the case below we see a hit.
-
You can also see the section.io ID for the request so you can track this request in your section.io logs for immediate diagnostics.