Preconnect & prefetch
A very informative and interesting presentation about browsing performance, looking at efforts Google Chrome takes to increase it.
Preconnect
With <link rel="preconnect" href="https://the-domain.com"> in an HTML head, you give the browser an early hint that it will need to access the mentioned domain. By setting up the connection in advance, page load performance gets improved.