Next.js @nextjs.org ยท Jun 29

Filesystem Cache has been speeding up ๐š—๐šŽ๐šก๐š ๐š๐šŽ๐šŸ since 16.1, and now it works for ๐š—๐šŽ๐šก๐š ๐š‹๐šž๐š’๐š•๐š too. By sharing the .๐š—๐šŽ๐šก๐š directory between CI runs, Turbopack can read existing entries from disk. We've seen builds run up to 5.5x faster on the warm path.

5 likes 1 replies

?

Replies

Next.js ยท Jun 29

React Compiler used to run as a Babel transform, which meant Turbopack spun up a Node.js worker and re-parsed every file. The React team's new Rust port drops that overhead. When enabled, Turbopack route compilation got 20 to 50% faster in tests on apps like v0.