I am currently working on a Next.js application and I am trying to reduce the number of chunks loading on one of the pages, book/[...id]
. After inspecting the build-manifest.json
I can see the page is loading a number of chunks from the root page. Is there an explanation for this? How can this be reduced?
book chunks from manifest
root chunks from manifest
chunks loaded on page