Turbopack is 19x faster at bundling, but that step is only 4% of your Next.js build
A developer tested Next.js 16's new default bundler, Turbopack, against webpack on a realistic 60-route application with shared components, charts, and third-party libraries. On cold builds, Turbopack delivered a 2.5x speed improvement over webpack, sitting at the lower end of the advertised 2–5x range. Warm builds showed a dramatic 19x speedup in the compile step, but total build time only improved 4x because bundling accounts for just 143ms of a 3.45-second build. The remaining time is consumed by TypeScript checking, static page generation, and Next.js orchestration — none of which Turbopack affects. A previously undocumented 6.6-second 'Collecting build traces' phase in webpack was also discovered, with no progress indicator and no coverage in existing benchmarks.
This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)
Log in to join the discussion and vote.
Log in