What does "15 CPU minutes" on Webflow Cloud actually mean?
It's 15 minutes of your code actively doing work — not total uptime. When your code waits on an external call (Stripe, a database, an email service), that idle time isn't billed. Since most backend work is I/O heavy, real CPU usage stays low, so 15 minutes stretches much further than it sounds.
