shipfeedAI news, curated daily

00:32:28 CET
21 MAY00:32:28shipfeed
pull to refreshlast sync
Just in — 30 new
§ feed · storyline

Faster deploys with improved function caching

Vercel now skips function uploads when code is unchanged, cutting deploy times by 400–600 ms on average and up to 5 seconds for larger builds by injecting deployment variables at runtime.

Jan 23 · · primary fetch1 sourceupdated Jan 23 ·

Function uploads are now skipped when code hasn't changed, reducing build times by 400-600ms on average and up to 5 seconds for larger builds. Previously, deployment-specific environment variables like were included in the function payload, making every deployment unique even with identical code. These variables are now injected at runtime, allowing Vercel to recognize unchanged functions and skip redundant uploads.VERCEL_DEPLOYMENT_ID This optimization applies to without a framework, and projects using Python, Go, Ruby, and Rust.

Next.js projects will receive the same improvement soon.Vercel Functions The optimization is applied automatically to all deployments with no configuration required. Learn more about and in our documentation.functionsbuilds Read more

read full article on vercel.com
§ sources1 publication · timeline below
  1. vercel.comFaster deploys with improved function cachingprimary