Replies: 2 comments
-
The ~110kB difference you're seeing is likely coming from one of these sources: Most common causes:
Quick fixes to try:
To debug further: NODE_ENV=production npm run build The bundle analyzer can also help identify what's adding the extra weight: npm install @next/bundle-analyzer Can you share your next.config.js? That would help pinpoint the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the fast response and i solved it.It was coming from Sentry(service for monitoring errors) initializer.I made it load dynamic when code needs it and so it gone Thanks |
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
Local build
Vercel build
I wonder if i can reduce its size because its like two times more than local
or im hoping that it will not disrupt performance that much
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions