cache external modules? (page router)
Unanswered
Lagotto Romagnolo posted this in #help-forum
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?
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
Lagotto RomagnoloOP
oh Next.js already gives a tutorials about build cache 🙂
https://github.com/vercel/next.js/discussions/40588
https://github.com/vercel/next.js/discussions/40588