I have also found that Next.js is shockingly slow.<p>I recently added some benchmarks to the TechEmpower Web Framework Benchmarks suite, and Next.js ranked near dead last, even for simple JSON API endpoint (i.e. no React SSR involved): <a href="https://www.techempower.com/benchmarks/#section=data-r23&hw=ph&test=json" rel="nofollow">https://www.techempower.com/benchmarks/#section=data-r23&hw=...</a><p>I discussed it with a couple of Next.js maintainers (<a href="https://github.com/vercel/next.js/discussions/75930">https://github.com/vercel/next.js/discussions/75930</a>), and they indicated that it's only a problem for "standalone" deployments (i.e. not on Vercel). However, I'm not entirely convinced that is true. I wonder if there are major optimizations that could be made to, for example, the routing system.