DevTools Network tab should show if a resource is loaded with code caching |
|||
Issue descriptionWhen looking at resources loaded in the Network tab, there is no indication for whether a resource was loaded with code caching. This makes it hard to work on optimizations, like caching resources in the service worker to ensure js resources are cached with the code caching optimization.
,
Nov 19
Seems that there is a way to check this in the Performance tab crbug.com/769166 . Would be easier if this could be also surfaced from the Network tab.
,
Nov 19
,
Nov 20
,
Nov 20
It seems like it may only be able to show if a code cache is available, but not if its actually used at the network tab level. Its really downstream where that decision is made. Also, the network Resource may be re-used for multiple downstream consumers via the memory cache and some might use code cache and other not. (I think...) |
|||
►
Sign in to add a comment |
|||
Comment 1 by pfeldman@chromium.org
, Nov 18Status: Assigned (was: Untriaged)