The preconnect link relation type is used to instruct the browser to establish early connections before an HTTP request is actually made to the origin. This can include DNS lookups, TLS negotiations, and TCP handshakes, which can speed up the loading process by minimizing round-trip times.
<link rel="preconnect" href="https://example.com"><link rel="preconnect">