Preload Assets with HTTP Preload Headers or HTML Preload
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 f...