Next.js: Turbopack Memory Overhaul and the Great Test Gate Migration
Turbopack got a cluster of performance and memory changes from Luke Sandberg, including real garbage collection and a leaner memory reporter, while a nine-PR migration replaced ad hoc deploy-test skips with a unified force-gate system.
Duration: PT2M44S
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-09-02T13:13:34Z
- Audio duration: PT2M44S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning. It's September 2nd, 2026, and this is your Next.js briefing.
The top story today is Turbopack getting real memory management. Luke Sandberg landed garbage collection for turbo-tasks-backend in PR 97282, using parent-count reference tracking to mark and sweep dead tasks, off by default behind an engine flag. That paired with PR 97761, which changes how memory usage is reported…
The second theme is testing infrastructure. Gnoff shipped a coordinated seven-PR migration — spanning App Router, Pages Router, caching, assets, runtime, and tooling test suites, PRs 98154 through 98159, plus the foundational gate support in 98149 and the final cleanup in 98161 — replacing scattered "skip…
A few fixes worth flagging: PR 98152 patches a content security policy nonce gap on loading and template script tags, PR 98174 fixes redirects wrongly matching internal data requests when middleware is present, and PR 98165 restores telemetry submissions broken on Node 24 due to an abort signal incompatibility.
What's next: expect the force-gate system to become the only sanctioned way to exclude deploy tests, and keep an eye on whether Turbopack's garbage collection graduates from opt-in to…
That…
Nearby episodes from Next.js
- Hardening Cache, HMR, and Error Responses
- Client Navigation Edge Cases, Squashed
- Weekly Recap - Turbopack Hardening and Cache Correctness
- Closing the Gaps Between Client and Server Truth
- Prerender Correctness and a Repo Cleanup Sweep
- Turbopack Trims Bundles While Router Fixes Correctness
- Image Pipeline Stability and Turbopack Deadlock Fixes
- Turbopack's Push Toward WebAssembly