Vercel ships Next.js 15.2 with Turbopack stable and 80% faster cold starts

Vercel Next.js
Some links on this page may be affiliate links. We only cover tools we genuinely recommend. Learn more.

Next.js 15.2 makes Turbopack the default bundler for all new projects, and the performance gains are hard to ignore. Development server startup on a large project (1000+ modules) drops from around 8 seconds with webpack to under 2 seconds with Turbopack. Hot module replacement is nearly instant. For teams that have been waiting for Turbopack to stabilize before adopting it, the wait is over.

The bigger story for production apps is the new streaming SSR architecture. Pages that previously took 3-4 seconds to cold-start on serverless functions now render in under a second. Vercel achieves this by breaking the rendering pipeline into smaller, streamable chunks that can begin sending HTML to the browser before the entire page is ready. Combined with React Server Components, this makes Next.js apps feel genuinely fast even on first load.

The revamped caching system deserves attention too. The previous fetch caching behavior confused many developers with its aggressive defaults. Next.js 15.2 introduces explicit cache controls with clear semantics - no more guessing whether your data is stale. For founders running content-heavy sites or SaaS dashboards, the upgrade path is straightforward and the performance benefits are immediate.

Founder Takeaway

Upgrade your Next.js projects to 15.2 to get Turbopack by default and significantly faster production cold starts.

Related tools

Vercel review and pricing Next.js review and pricing
← More News