JIT warmup
RU: прогрев JIT
The ramp-up period after a JavaScript process starts during which functions execute in the interpreter tier before accumulating enough profiling data for TurboFan to compile optimized code. During warmup, throughput is lower than steady-state; serverless functions and short-lived processes that restart frequently may never reach peak performance.