Check whether network response is coming from server or Chrome cache
Google ChromeCachingRequestDeveloper ToolsGoogle Chrome Problem Overview
In Google Chrome, how you can check which files are served from the browser cache, and which comes from the server?
Google Chrome Solutions
Solution 1 - Google Chrome
In Chrome Developer Tools switch to the Network tab and on the Size column it will either give you the size of the downloaded content or say (from disk/memory cache).