
Use the Preload Resource Hint for Super-fast CSS
The preload resource hint can give the browser a head start on loading your site’s CSS and it also signals the browser to initiate an early fetch for an asset. You can set it as an HTTP header in your server configuration: Link: ; rel=preload; as=style Or as a tag