Next.js Daily: Cached Navigation Controls and Performance Upgrades

Next.js introduces independent control over cached navigations with a new experimental flag, while major performance improvements arrive for image generation and Turbopack compilation.

Duration: PT2M4S

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-06T11:38:58Z
  • Audio duration: PT2M4S

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

The development team merged 11 pull requests with significant caching and performance improvements. Unstubbable added an experimental cachedNavigations feature flag, allowing independent control of navigation-level caching without requiring the broader Cache Components feature. This change defaults to false to…

Josh Story completely rewrote instant validation using depth-based URL boundary discovery. The new implementation eliminates spurious navigation boundaries from route group layouts and improves payload validation by working backwards from the deepest URL segments.

Shu Ding updated the @vercel/og and satori vendors with substantial performance gains. The new versions deliver 2 to 20 times faster image generation through Sharp rasterization and an optimized Satori core. The update also includes better CSS and SVG coverage plus support for box-sizing, display contents, and…

Andrew Clark fixed a critical build failure affecting dynamic routes with prefetch inlining enabled. The fix ensures segment paths contain the required PAGE identifier that build validation expects.

Unstubbable reverted the legacy PPR removal after it…

Nearby episodes from Next.js Daily

  1. Developer Experience Improvements and Error Handling
  2. Weekly Recap - Performance & Stability Focus
  3. Turbopack Chunking Refactor
  4. Route Matching Fixes and React Upgrades
  5. Turbopack Performance and PPR Cleanup
  6. OpenTelemetry Fixes and Rust Performance Gains
  7. OpenTelemetry Fixes and Performance Optimizations
  8. Turbopack Performance and Caching Improvements