-
Notifications
You must be signed in to change notification settings - Fork 404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Next.js dev server requests are 10x slower with v12.11.0 #2899
Comments
@arishoham are you still using |
@bizob2828 we are not using |
@arishoham We still would like a reproduction case to further triage |
@arishoham I'm going to close this. If you can provide a reproduction case, please reopen the issue with the repro |
Description
When running out development server with nextjs with
newrelic
>= v12.11.0, it takes 10x as long or more. I've attached the debugger and it seems like it was introduced with this PR #2717.When pausing the debugger it always stops on this line https://github.com/newrelic/node-newrelic/pull/2717/files#diff-17eafd23bfd28fb0d97ff147c047822a7fb832bfb46942886fd10cd89ab1526fR122
I'm not sure exactly why but it looks like maybe the
find
method is taking much longer than expected?Expected Behavior
Upgrading newrelic to >=v12.11.0 should not cause issues with nextjs dev server.
Troubleshooting or NR Diag results
Steps to Reproduce
Your Environment
Node version: v22.11.0
Operating System and version: macOS 15.2
Additional context
The text was updated successfully, but these errors were encountered: