Eliminating Roundtrips with Preconnect
Share this page | Read it later using CloudBreak Wallabag
The preconnect HTML hint allows the application to tell the browser which sockets it will need ahead of initiating the actual requests; preconnect eliminates DNS, TCP, and TLS roundtrips from the request’s critical path.