Next.js: Cache Fixes and Performance Wins
The Next.js team shipped 20 merged pull requests focused on cache reliability and performance optimizations. Major highlights include fixes for cache key mismatches, early deadlock detection for 'use cache', and significant Turbopack memory improvements that shrink task futures by up to 99%.
Duration: PT3M45S
Episode overview
This episode is a short developer briefing from Next.js.
It explains recent repository work in plain language.
- Show: Next.js
- Published: 2026-05-06T10:03:41Z
- Audio duration: PT3M45S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Hey there, developers! Welcome back to another episode of the Next.js podcast. I'm your host, and wow, do we have a packed show for you today. May 6th brought us 20 merged pull requests and some really exciting improvements that are going to make your development experience smoother and your apps faster.
Let's dive right into the big stories. First up, we had some fantastic cache-related fixes that honestly feel like detective work come to life. Hendrik Liebau tackled a tricky double-encoding bug in client parameter parsing that was causing cache mismatches. Picture this: you're building an app with dynamic routes…
But here's where it gets really cool - Hendrik also shipped early deadlock detection for 'use cache' in development mode. You know how sometimes your cache functions just seem to hang forever, and you're sitting there waiting 54 seconds for a timeout? Well, now Next.js is smart enough to detect when you might have a…
Speaking of performance wins, the Turbopack team had an absolutely stellar day. Luke Sandberg shipped a change that shrinks task futures by up to 99% for synchronous tasks. We're talking about going from 160 bytes down to just 1 byte for simple sync tasks.…
The…
Nearby episodes from Next.js
- CI Pipeline Optimization
- Optimistic Routing and Performance Improvements
- Cache System Overhaul and Turbopack Improvements
- React 19 Upgrade and Turbopack Performance Gains
- Cache Security and Turbopack Performance
- Core Infrastructure Updates and React Upgrade
- Weekly Recap - Error Handling & Runtime Evolution
- Weekly Recap - Turbo Engine & Developer Experience Upgrades