Check whether network response is coming from server or Chrome cache

caching, developer-tools, google-chrome, request

Solution

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

Problem

In Google Chrome, how you can check which files are served from the browser cache, and which comes from the server?

Original source

Related problems