Optimising for High Latency Environments – CSS Wizardry
75%의 웹은 http2 with TLS 1.2 사용중
nextjs 는 로컬에서 실행할 경우 빠른 실행과 핫리로드를 위해 http1로 서빙된다
vercel
HTTP/2 Support · vercel next.js · Discussion #10842
nextjs가 직접 서빙하는게 아닌 앞단에 NGINX를 사용. http2/with ssl 사용해야함.