Browser resource hints
preconnect
: connect to cross-origin server in the very near future. Open the connection asap.dns-preconnect
is a less costly way to do that for less important connections
preload
: early loading for resources, eg. images- should be reserved for LCP candidates