Skip to content
Dashboard

Introducing bytecode caching for Vercel Functions

Link to headingIntroducing bytecode caching

Before: the JavaScript is compiled to bytecode on every cold start.Before: the JavaScript is compiled to bytecode on every cold start.
Before: the JavaScript is compiled to bytecode on every cold start.
After: the bytecode is loaded and executed immediately.After: the bytecode is loaded and executed immediately.
After: the bytecode is loaded and executed immediately.

Link to headingTechnical details

Link to headingTry bytecode caching