Preconnect & DNS Prefetch Strategies
Warming up network connections to third-party CDNs ahead of time.
<link rel="dns-prefetch" href="https://analytics.example.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
Warming up network connections to third-party CDNs ahead of time.
<link rel="dns-prefetch" href="https://analytics.example.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />