Skip to content
← Back to Changelog

Wednesday, June 5th 2024

Vercel Functions now have faster and fewer cold starts

Posted by

Avatar for timer

Joe Haddad

Software Engineer

Avatar for schniz

Gal Schlezinger

Software Engineer, Infrastructure

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.

Post