Skip to content

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

Comments

The server would almost always respond with at the very least an HTML page and a stylesheet, since ages ago you would likely also make a request for js.

Every image has always been a seperate request and video, which is chuncked, is multiple requests.

Unlesd you are deploying an unstyle HTML page with no media the server isn't serving 1 request even for old school web pages.

AboutSource Built by g1lg1l

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