Chromium Code Reviews
DescriptionImprove preload related priorities
While testing preload, I noticed a couple of related prioritization issues
which make little sense:
* Image discovery is used as a signal "bottom of page" scripts, even if
the image was delivered using link preload.
* Fonts are of a "very high" priority, which makes sense in their "natural"
discovery order, but doesn't make sense for preloaded fonts, as we don't
want them to content on bandwidth with more critical CSS and parser-blocking
scripts.
This CL changes the above to make sure that preloaded images are not used as a
signal that scripts are "bottom page" ones, and to make sure that preloaded fonts
are of "high" priority, rather than "very high".
BUG=
Review-Url: https://codereview.chromium.org/2753053004
Cr-Commit-Position: refs/heads/master@{#458037}
Committed: https://chromium.googlesource.com/chromium/src/+/9d3f830376493925acf2e35b150b56ebcb7eeeaa
Patch Set 1 #
Messages
Total messages: 19 (11 generated)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||