Skip to content

Comment on How much traffic can a pre-rendered Next.js site handle?parent

Comments

Connection reuse matters in high latency situations like for end-user connections. The fact that connections over localhost (or even UNIX socket) between your reverse proxy and app server aren't reused is no big deal as it takes less than a millisecond to establish a new one anyway.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.