Next.js Discord

Discord Forum

cache external modules? (page router)

Unanswered
Lagotto Romagnolo posted this in #help-forum
Open in Discord
Avatar
Lagotto RomagnoloOP
I would like to cache the bundled of external modules files (i.e. node_modules) in the custom server to reduce for build time and deployment time.

but I'm not sure how to achieve those things?
e.g.
- how can I know what kinds of group of files should be cached. ( i think the extenral and internal modules are not explicitly seperated by default...)
- how can I know if the caches are invalidated or not.

Anyone knows any tips for this?

1 Reply

Avatar
Lagotto RomagnoloOP
oh Next.js already gives a tutorials about build cache 🙂

https://github.com/vercel/next.js/discussions/40588