Today I learned that you can preload critical assets in a page by using the preload
attribute on a link tag i.e. <link rel="preload">
.
Especially useful for things like fonts that are discovered later by the browser.
Today I learned that you can preload critical assets in a page by using the preload
attribute on a link tag i.e. <link rel="preload">
.
Especially useful for things like fonts that are discovered later by the browser.