> A server-rendered page from a modern framework is fast.
Seems like a massive generalization. The server-side rendering might be fast, but that is just the HTTP layer. What about the lower layers? From where does it pull its data? How well-written is that query? What about the OS, even the VM or physical hardware. Any non-trivial app is going to have far more concerns about those lower layers than the HTTP process when digging into performance problems.
Seems like a massive generalization. The server-side rendering might be fast, but that is just the HTTP layer. What about the lower layers? From where does it pull its data? How well-written is that query? What about the OS, even the VM or physical hardware. Any non-trivial app is going to have far more concerns about those lower layers than the HTTP process when digging into performance problems.