Is there a way to see a module breakdown of a specific chunk?
Unanswered
Large garden bumble bee posted this in #help-forum
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
I tried using
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
page.tsx
filesI tried using
next/dynamic
to lazy load a lot of components, but it changed nothingJust 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