- New apps scaffolded with
wheels newnow ship a/upliveness/warm-up endpoint (app/controllers/Up.cfc+ route).wheels deploy's proxy healthcheck already probes/upbefore traffic cutover, so the dispatch → controller → render path is compiled on a freshly deployed node before the first real visitor — moving the one-time cold-start compile (the bulk of first-request latency) off user traffic. The production-config guide documents the warm-up recipe and recommends setting the engine's template-inspection mode toneverin production (#3210)