Friends, I am *wheezing*. People on this plane are giving me looks. Holy shit...like...hahahahahahaha....omg...doubled over laughing:

https://martijnhols.nl/blog/how-much-traffic-can-a-pre-rendered-nextjs-site-handle

How much traffic can a pre-rendered Next.js site really handle? by Martijn Hols

How much traffic can a self-hosted Next.js site handle? I ran load tests, uncovered surprising limits, and compared pre-rendering with SSR.

Martijn Hols
@slightlyoff I'm confused by what's being tested here. Shouldn't the static assets be served by nginx or apache or something, if not a dedicated CDN? It doesn't seem like you can just take the RPS for the homepage HTML and then divide by the number of total requests the page makes to get the max number of visitors.