It is possible using HTTP Link headers to tell the browser what assets the page will need so that it can download them right away. See https://web.dev/preload-critical-assets/ This means we can tell the browser about images, CSS, JavaScript, and fonts, so that they get loaded much earlier. This could dramatically improve site loading performance.
this is even more important now that cloudflare supports “Early Hints” which relies on this