New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 628009 link

Starred by 2 users

Issue metadata

Status: Untriaged
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

Resource loaded via <link rel=preload> are not always served from memory cache.

Project Member Reported by malteubl@google.com, Jul 13 2016

Issue description

Version: 54.0.2789.0
OS: OSX, probably all

What steps will reproduce the problem?
(1) Go to http://output.jsbin.com/zujiqab/quiet with devtools open
(2) Wait 6 seconds
(3) Look for requests matching "quiet?rand="

What is the expected output?

The second request (invoked from an iframe inserted after 5 seconds) should not hit the network.

What do you see instead?

2 network requests are made.


 
I can repro this in stable 51 as well. My guess is that this is because the resource is an iframe, which may have different semantics within memory cache.
Components: -Internals>Network Internals>Network>Cache

Sign in to add a comment