DescriptionDon't wait for AppCache for link rel preloads
The preload scanner currently waits for the Application Cache to be
initialized before sending out any preloads. This is less important for link
rel preloads, which are directives to send a fetch as soon as possible.
This patch bypasses the fetch queuing for these preloads.
For link preloads in headers, we can issue these as early as the commit
point (for those which don't have a media attribute).
BUG=629420
Committed: https://crrev.com/7eacc60e1556444061f9f84bac4d82c34419a2ae
Cr-Commit-Position: refs/heads/master@{#407227}
Patch Set 1 #Patch Set 2 : Initiate Link header preloads at commit, if possible #Patch Set 3 : Don't wait for appcache for link rel preloads #
Total comments: 4
Patch Set 4 : Dont parse / do more initialization than necessary for media link preload headers #
Total comments: 2
Patch Set 5 : Remove empty check #Messages
Total messages: 36 (23 generated)
|