Skip to content

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

Comments

I've been down the same path with next.js. When seeing terrible performance after testing with k6, I pushed all static files (js, css, images etc) to a cdn.

This way only the first request hits your actual server, the rest is handled for you.

AboutSource Built by g1lg1l

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