Avatar for the vercel user
vercel
next.js
BlogDocsChangelog

Branches performance

Pull requests

[turbopack] mark persistent_task_type as inline#89185
last run
59 minutes ago
mark persistent_task_type as inline
5 hours ago
30c486f
task_memory_tracking
CodSpeed Performance Gauge
0%
[Cache Components] Prevent streaming fetch calls from hanging in dev#89171
last run
7 hours ago
[Cache Components] Prevent streaming fetch calls from hanging in dev With Cache Components enabled in development, fetches without an explicit cache config were incorrectly routed through `createCachedPrerenderResponse` during the cache filling phase due to the `serverComponentsHmrCache` condition. This function awaits the entire response before returning to the caller, which prevents infinitely streaming responses from ever being read or aborted. This is a regression that was introduced in #84088. These fetches should be treated as dynamic and use `createCachedDynamicResponse` instead, which returns immediately and caches in the background with proper error handling. The fix adds `isCacheableRevalidate` to the condition so only explicitly cacheable fetches use the blocking path. Additionally, the "Failed to set fetch cache" warning is now suppressed when the request's abort signal was triggered, since aborting is intentional.
8 hours ago
27910fe
hl/fix-hmr-fetch-cache-with-abort
CodSpeed Performance Gauge
0%
Fix lint errors: remove unused isolatedDevBuild reference and defaultConfig imports
9 hours ago
7c0a430
cursor/isolateddevbuild-flag-removal-cba8
CodSpeed Performance Gauge
0%
fix message
2 hours ago
868c72b
mischnic/error-traced-everything
CodSpeed Performance Gauge
0%
© 2026 CodSpeed Technology
Home Terms Privacy Docs