The dns-prefetch link relation is used to inform the browser to perform DNS resolution for external domains in advance of the user actually following a link. This can reduce latency when navigating to a site or loading resources from another domain.
<link rel="dns-prefetch" href="//example.com"><link rel="dns-prefetch" href="https://example.com"><link rel="dns-prefetch" href="#">