proomt

Search

Search posts, papers, and topics

All posts

VercelAli Smesseim1 min readintro

Deploys are now up to 33% faster for apps with many ISR pages

Summary

Vercel now ships ISR page metadata together with the page files, removing a separate upload step. This reduces deploy times by up to a third for apps that have many ISR or partially prerendered pages, with no extra configuration needed.

  • ISR page routing metadata is now bundled with the page assets instead of being uploaded separately.
  • Bundling eliminates an extra upload step, cutting deploy time by up to 33% for apps with many ISR pages.
  • The change also applies to Partial Prerendering pages, offering the same speed benefit.
  • No configuration is required; the optimization is applied automatically to every Vercel deploy.

Frontend engineers using Next.js on Vercel should care because faster deploys speed up iteration and reduce CI costs for sites that rely heavily on ISR.

4/10

Related reading

  1. Secure Compute and Static IP builds start 64% faster

    Vercel’s Secure Compute and Static IP builds now start 64% faster by using prewarmed containers, cutting the time from deployment creation to build start from 6.7 s to 2.4 s. The change is automatic and requires no user action.

    Vercelvercel.com1 minrelease
  2. Next.js 16.3 support on Vercel

    Vercel added full support for Next.js 16.3, bringing leaner prefetching, immutable static assets, and faster route metadata handling. Early adopters see up to 45% fewer prefetches, 24% less static traffic, and roughly 2× faster routing at scale.

    Vercelvercel.com4 min