Vercel Functions now have faster and fewer cold starts

Vercel's infrastructure now keeps a minimum of one function instance warm for production environments on paid plans. This improves startup times for apps with relatively low traffic.

This builds on our recent improvements to make Vercel Functions start up even faster, by powering them with Rust and adding support for bytecode caching.

Get started with Vercel Functions.