Preload key requests

“Preload Links” instruct the browser to download necessary resources as soon as possible. This can make your pages load faster.

Note, we rarely see this warning.

Common Fixes

Declare “preload links” in your HTML, so the browser will download key resources as soon as possible.

Example:

<link rel="preload" href="ui.js" as="script">