Next.js Daily: Turbopack Updates and Infrastructure Improvements

The Next.js team merged 14 pull requests focusing on Turbopack runtime improvements, CI test infrastructure fixes, and documentation updates. Key changes include memory optimization for persistent storage and configuration options for runtime backends.

Duration: PT1M47S

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-02-28T11:14:17Z
  • Audio duration: PT1M47S

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 February 28th, 2026.

The team merged significant infrastructure improvements yesterday. Luke Sandberg merged a streaming SST writer for turbo-persistence, reducing memory usage from hundreds of megabytes to around 200KB per writer during large file operations. Benjamin Woodruff added runtime configuration options for Turbopack's node…

JJ Kasper centralized test timings across CI workflows to fix shard divergence issues where some tests were missing entirely while others ran multiple times. The fix ensures consistent test distribution across all job groups by fetching timings once and sharing them via GitHub artifacts.

Will Binns-Smith restricted Turbopack's server HMR to app pages only, as API routes currently bypass the Turbopack runtime. The team also reverted the default loader runtime backend to child processes due to Node.js crashes, though this may change once newer Node versions address the underlying issues.

Documentation updates included fixes to the useReportWebVitals API reference, corrections to Docker example configurations, and the addition of Hostinger Web Apps Hosting as a deployment option. Joseph backported multiple…

Janka…

Nearby episodes from Next.js Daily

  1. OpenTelemetry Fixes and Rust Performance Gains
  2. OpenTelemetry Fixes and Performance Optimizations
  3. Turbopack Performance and Caching Improvements
  4. DevTools Performance Fix and Testing Infrastructure Updates
  5. Routing Performance and Build Optimizations
  6. Instant Navigation and Turbopack Performance
  7. Segment Cache Bug Fix and Build Tool Repair
  8. Turbopack Security & Image Optimization