← All resources
Resource Hints

Preconnect to your critical third-party origins

Warm up DNS/TLS for fonts, CDNs and analytics — but only the origins you actually use.


preconnect tells the browser to open the DNS + TLS connection to an origin early, before it discovers a resource there. Used well it shaves hundreds of milliseconds off the first request to fonts, CDNs and analytics.

How to fix it

<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
More on Resource Hints
Run a check → Browse resources