Next.js Discord

Discord Forum

Is there a way to see a module breakdown of a specific chunk?

Unanswered
Large garden bumble bee posted this in #help-forum
Open in Discord
Large garden bumble beeOP
My website appears to be loading very slowly. I ran a lighthouse audit, and it pointed at slow javascript execution in one of the page.tsx files
I tried using next/dynamic to lazy load a lot of components, but it changed nothing
Just wondering, is there a way to break down what's being loaded and why? Like the individual modules that are being loaded in any specific page route

0 Replies