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
I am working on some performance improvement. When I check my performance profile, It fetches main.js which is not small. Then, it start to fetch other required chunks.
I looked at the site using Nextjs and it seem to fetch small buildManifest and start to fetch all he required chunk at the same time.
My site is waiting for the main.js because of my webpack setup or you believe I have wrong setup with react-imported-component?