-
Notifications
You must be signed in to change notification settings - Fork 30.5k
Open
Labels
PerformanceAnything with regards to Next.js performance.Anything with regards to Next.js performance.linear: nextConfirmed issue that is tracked by the Next.js team.Confirmed issue that is tracked by the Next.js team.
Description
Link to the code that reproduces this issue
https://github.com/carlos-dubon/next-16
To Reproduce
Upgrade to Next.js version 16
Current vs. Expected behavior
After upgrading from Next.js 15 to Next.js 16, I noticed that the number of requests effectively doubled. This has resulted in increased server strain and higher response latency. It also seems to require more resources and therefore higher server costs $$$ (good for cloud services I guess?) compared to v15.
Server request patterns and performance should remain consistent (or improve) after upgrading.
Provide environment information
Operating System:
Platform: darwin
Arch: arm64
Version: Darwin Kernel Version 25.0.0: Wed Sep 17 21:41:45 PDT 2025; root:xnu-12377.1.9~141/RELEASE_ARM64_T6000
Available memory (MB): 65536
Available CPU cores: 10
Binaries:
Node: 24.10.0
npm: 11.6.1
Yarn: 1.22.22
pnpm: N/A
Relevant Packages:
next: 15.5.5 // An outdated version detected (latest is 16.0.0), upgrade is highly recommended!
eslint-config-next: N/A
react: 19.1.1
react-dom: 19.1.1
typescript: 5.9.3
Next.js Config:
output: N/AWhich area(s) are affected? (Select all that apply)
Performance
Which stage(s) are affected? (Select all that apply)
Other (Deployed)
Additional context
The screenshot shows the ops/s after deploying v16 around 3:30 PM, I then proceeded to revert back my changes:
I am self-hosting Next.js, and upgrading will most likely increase our cloud bill $$$.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
PerformanceAnything with regards to Next.js performance.Anything with regards to Next.js performance.linear: nextConfirmed issue that is tracked by the Next.js team.Confirmed issue that is tracked by the Next.js team.