Next.js Daily: Routing Performance and Build Optimizations

Next.js merged 20 pull requests focusing on router performance improvements, segment caching enhancements, and build process optimizations. Key changes include fixes for optional catch-all parameters, instant navigation improvements, and TypeScript build performance gains.

Duration: PT2M12S

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-26T11:19:07Z
  • Audio duration: PT2M12S

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

The team merged several critical routing fixes yesterday. Andrew Clark merged a fix for optional catch-all parameters that weren't being properly tracked in the segment cache, which was causing incorrect content reuse across different parameter values. The solution uses a Proxy to intercept property access for…

Hendrik Liebau merged cached navigations support, enabling instant display of cached segments on repeat visits to dynamic pages. The server now separates static and dynamic portions during rendering, with the client storing static segments for immediate display while fetching only dynamic data.

Janka Uryga fixed a bug where loading.js files weren't being recognized as suspense boundaries in instant validation. The fix moves boundary placement above LoadingBoundary components in the router hierarchy.

Andrew Clark also addressed server-patch retries that were incorrectly using replace navigation instead of preserving the original push or replace intent, which was breaking browser back button functionality.

On the build optimization front, Niklas Mischkulnig improved TypeScript performance by avoiding worker…

Nearby episodes from Next.js Daily

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