WICG / priority-hints

A browser API to enable developers signal the priorities of the resources they need to download.
https://wicg.github.io/priority-hints/
Other
271 stars 26 forks source link

favicon #39

Closed gi11es closed 5 years ago

gi11es commented 5 years ago

(Tested with the origin trial on Chrome 74.0.3711.0)

I noticed, that despite being loaded late, a favicon defined like this in the head:

<link rel="shortcut icon" href="/favicon.ico"/>

Will result in a "high" priority in devtools.

Adding importance="low" to the favicon link doesn't have any effect on that, it still shows up as "high".

gi11es commented 5 years ago

Will report this on the Chrome bug instead.