You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A single visit to the index page (static - just text) causes the server load to spike to ~20% CPU and RAM usage, as observed using htop (mainly process next-server)
Multiple page refreshes (F5) further increase the load significantly.
Steps to Reproduce
Start the application in docker container.
Open the index page in a browser.
Observe system resource usage in htop (noting ~20% CPU/RAM spike).
Continuously refresh the page (press F5 multiple times).
Notice a significant increase in load.
Current vs. Expected behavior
Expected Behavior
The server should handle a single page visit efficiently with minimal resource consumption.
Load should not spike significantly on multiple refreshes.
Link to the code that reproduces this issue
https://codesandbox.io/p/devbox/confident-keller-vg6d7s?workspaceId=ws_BPKX6UvVodga6dWUAkdape
To Reproduce
Observed Behavior
htop
(mainly process next-server)F5
) further increase the load significantly.Steps to Reproduce
htop
(noting ~20% CPU/RAM spike).F5
multiple times).Current vs. Expected behavior
Expected Behavior
Provide environment information
Which area(s) are affected? (Select all that apply)
Performance
Which stage(s) are affected? (Select all that apply)
Other (Deployed)
Additional context
Additional Notes
The text was updated successfully, but these errors were encountered: