Use "preload" value for rel attribute on `<link>` tag to improve performance

Description

Use <link rel=preload> to prioritize fetching resources that are currently requested later in page load 

example:

<link rel="preload" href="../../../lib/normalize/css/normalize.css" as="style" onload="this.rel='stylesheet'"/>

 

Environment

None

Activity

Details

Assignee

Reporter

Components

Affects versions

Priority

Created May 12, 2020 at 8:00 PM
Updated May 14, 2020 at 11:49 AM