diff --git a/pages/_document.js b/pages/_document.js index 8f16ee9dca0b37..3a4306bb15f4e8 100644 --- a/pages/_document.js +++ b/pages/_document.js @@ -28,6 +28,12 @@ class MyDocument extends Document { return ( + {/* + Preconnect allows the browser to setup early connections before an HTTP request + is actually sent to the server. + This includes DNS lookups, TLS negotiations, TCP handshakes. + */} + {/* Use minimum-scale=1 to enable GPU rasterization */}