blog.dasrecht.net

With a min of max the opt!

TIL: How to filter cached requests in chrome devtools


So easy:

You can use a filter of larger-than:1 to hide all requests that returned less than 1 byte. When I tested this, requests served from the cache have (from cache) in the size column and are excluded by this filter. Negating it showed only cache cachedrequests.

Source


One response to “TIL: How to filter cached requests in chrome devtools”