Next.js Daily: Turbopack Memory Management and Telemetry Fixes

Three significant Turbopack improvements were merged, including a proof-of-concept memory eviction system for the turbo-tasks engine and fixes to feature usage telemetry reporting. The updates also include optimizations for adapter builds.

Duration: PT1M32S

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-05-11T10:02:24Z
  • Audio duration: PT1M32S

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

Luke Sandberg merged a critical fix for Turbopack feature usage telemetry. This addresses a long-standing issue where Turbopack wasn't reporting build feature usage telemetry for production builds. The fix corrects a counting bug where feature imports were only registering once per unique request rather than per…

Sandberg also merged a proof-of-concept implementation for task eviction in the turbo-tasks engine. This memory management feature allows tasks to be evicted from memory after persistence snapshots and transparently restored from disk when accessed. The system includes four eviction levels - from data-only eviction…

Niklas Mischkulnig merged an optimization for adapter builds, removing the generation of next-server.js.nft.json files since adapters don't use them. The change includes snapshot tests to prevent function size regressions.

What's next:

- The memory eviction system needs LRU tracking and memory pressure feedback before production use

Nearby episodes from Next.js Daily

  1. Server Action Fixes and Instant Insights Improvements
  2. Caching Improvements and React Upgrade
  3. Documentation Fixes and Developer Tooling
  4. Major Testing Overhaul and Developer Experience Improvements
  5. CI Pipeline Speed Improvements
  6. Performance Optimization and Routing Fixes
  7. Cache Improvements and Turbopack Updates
  8. React Upgrade and Turbopack Performance Improvements