Check whether network response is coming from server or Chrome cache Check whether network response is coming from server or Chrome cache google-chrome google-chrome

Check whether network response is coming from server or Chrome cache


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).

Cached requests


If you can't see the size column then you may need to close this window

close the headers, preview, response tab

The size column will tell you if the response is coming from cache or over the network.