Eliminating Roundtrips with Preconnect
Learning a language? Try out my project:
BridgeIt
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.