Reduced build times for large projects
Vercel reduces build times by an average of 2.8 seconds, up to 12 seconds for large projects, by moving expensive disk operations off the critical path for successful builds.
We shipped build system optimizations that reduce overhead for projects with many input files, large , or large build outputs.node_modules Expensive disk operations (large file detection and folder size calculations) are no longer on the critical path for successful builds. These calculations now only run when a build fails, or when you enable the environment variable.VERCEL_BUILD_SYSTEM_REPORT Builds complete 2.8 seconds faster on average, with larger builds seeing improvements of up to 12 seconds.
See the for details.builds documentation Read more