Add Preload and Resource Hints to status dashboard #183
Description
Spec: https://w3c.github.io/preload/
This specification defines the preload relationship of the HTML Link Element (
<link>
).
Spec: http://w3c.github.io/resource-hints/
This specification defines the preconnect relationship and extends the preload relationship of the HTML Link Element (
<link>
). These primitives enable the developer, and the server generating or delivering the resources, to assist the user agent in the decision process of which origins it should connect to, and which resources it should fetch to improve page performance.
Blink intent to implement and ship for <link rel=preconnect>
(part of Resource Hints): https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/CM5BaP6uVvE
Support for other parts of both specs in Blink will follow / will be done via separate intents.