Debug slow Next.js operations (NextNodeServer.clientComponentLoading) #82415
Unanswered
kostas-pblworks
asked this question in
Help
Replies: 1 comment
-
I’ve run into similar traces when monitoring with Sentry. Most of the time A couple of things you can try:
So basically, use these traces as a signal to look at which routes are slow, then profile those pages or APIs to see if there’s unnecessary blocking work. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Next.js 15.* (App router) app deployed on Vercel (with relatively slow traffic). I'm monitoring using Sentry and I'm observing some slow Nextjs specific operations that I don't know how to debug.
Any one can offer any direction?
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions