proomt

Search

Search posts, papers, and topics

All posts

VercelLuba Kravchenko4 min readintermediate

Next.js 16.3 support on Vercel

Summary

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.

  • Upgrading to Next.js 16.3 on Vercel cuts prefetch requests by ~45% (some cases >70%).
  • Immutable static assets are now default, reducing CDN requests 17% and static bytes transferred 24%, with deployments up to 30% faster.
  • Route‑metadata serving was re‑engineered into JSONL shards, delivering ~2× faster p99 route resolution and ~10× fewer cache misses for large sites.
  • Observability now surfaces prefetch flags, ISR revalidation details, and Partial Prerendering metrics, helping teams spot regressions and cache inefficiencies.

Frontend and DevOps engineers using Next.js on Vercel should care because the changes directly lower bandwidth costs, improve latency, and give richer observability into static and dynamic rendering.

6/10

Related reading

  1. How Factory scaled its cloud backend to one billion monthly requests on Vercel

    Factory runs its entire SaaS backend on a single Next.js app deployed to Vercel, handling about a billion API requests per day with 350 ms p95 latency. They achieve this with Vercel’s Fluid compute to avoid cold starts, built‑in observability and WAF for security, and internal automation (“Droids”) that let non‑engineers deploy tools without extra infrastructure.

    Vercelvercel.com4 min
  2. 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
  3. Vercel WAF for Blob is now generally available

    Vercel has made its Web Application Firewall for Blob storage generally available. It lets you add edge‑evaluated IP, country, and path rules to block or rate‑limit traffic to stored objects without changing code, helping cut unwanted bandwidth and costs.

    Vercelvercel.com1 minrelease