Next.js Daily: Build Performance and Static Generation Improvements

Nine pull requests merged focused on Turbopack build optimizations, static site generation enhancements, and developer experience improvements. Key changes include non-blocking SSG builds, root parameter access in generateStaticParams, and enhanced error messages for loader debugging.

Duration: PT1M49S

Episode overview

This episode is a short developer briefing from Next.js Daily.

It explains recent repository work in plain language.

  • Show: Next.js Daily
  • Published: 2026-03-16T00:00:00Z
  • Audio duration: PT1M49S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

Good morning. This is Next.js Daily for March 16th, 2026.

Luke Sandberg merged a critical build performance fix that prevents static site generation from blocking on Turbopack's telemetry flush. The change allows SSG and Turbopack persistence to run in parallel, reducing build times. Build tracing spans are now properly included in trace-build output.

Hendrik Liebau merged support for accessing root parameters in generateStaticParams functions. Developers can now use the special root-params import within generateStaticParams, enabling shared helpers that work in both Server Components and static generation without manually threading parameters.

Tobias Koppers merged improvements to webpack and Turbopack loader error messages. When loaders produce broken code, error messages now display both the original source and the generated output with source maps, making it significantly easier to debug loader issues.

Niklas Mischkulnig merged a cleanup removing unused layer information from the server actions manifest, along with improvements to the actions tree-shaking test suite that eliminates duplicate builds and uses descriptive snapshot names.

Additional commits included Liebau's work on…

Nearby episodes from Next.js Daily

  1. Weekly Recap - Turbopack Optimization & Production Stability
  2. Server Actions and Turbopack Improvements
  3. Node.js Streams Foundation & Instant Validation
  4. Turbopack Webpack Loader Support and Critical Bug Fixes
  5. Weekly Recap - Core Performance & Rendering Improvements
  6. Turbopack Performance Improvements and Router Fixes
  7. React Upgrade and Instant Navigation Features
  8. Parallel Routes and Developer Tools Update