Next.js Daily: Weekly Recap - Core Performance & Rendering Improvements

Next.js pushed 36 merged pull requests and 99 additional commits focused on performance optimizations, partial prerendering enhancements, and Turbopack infrastructure improvements. Major highlights include prefetch inlining, scroll restoration fixes, and significant Turbopack compilation speed gains.

Duration: PT3M8S

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-15T10:36:03Z
  • Audio duration: PT3M8S

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 your Next.js Daily weekly recap for March 8th through 15th, 2026.

Thirty-six pull requests merged with 99 additional commits this week, delivering substantial performance and infrastructure improvements.

**Major Features**

The team shipped prefetch inlining with size-based hints, generating bundling decisions at build time to optimize segment loading. This includes server-side infrastructure for measuring gzip sizes and deciding which segments should be bundled versus fetched separately.

Partial fallback handling received significant upgrades. The system now promotes generic shells only to the most specific prerendered version rather than jumping directly to fully concrete routes. A new `remainingPrerenderableParams` field limits partial fallback upgrading to shells that can still benefit from…

Scroll restoration was simplified with a new shared ScrollRef model on CacheNode, replacing the complex segment-path-matching system. This fixes a regression where server action refresh calls incorrectly scrolled pages to the top.

Nearby episodes from Next.js Daily

  1. Server Actions and Turbopack Improvements
  2. Node.js Streams Foundation & Instant Validation
  3. Turbopack Webpack Loader Support and Critical Bug Fixes
  4. Build Performance and Static Generation Improvements
  5. Turbopack Performance Improvements and Router Fixes
  6. React Upgrade and Instant Navigation Features
  7. Parallel Routes and Developer Tools Update
  8. CSS Features Control and Performance Optimizations