Builds now start up to 30% faster

Authors

1 min read

The build cache stores files from previous builds to speed up future ones. We've improved its performance by downloading parts of the cache in parallel using a worker pool.

This decreased the build initialization time by 30% on average, reducing build times by up to 7 seconds for all plans.

This is enabled automatically for all new builds and adds to the build initialization improvements previously launched.

Learn more about builds on Vercel.