example.com/checkout-- fps

The Greedy Handler

Runs the checkout handler synchronously. The browser can't paint — or respond — until every task finishes.

waiting…

scheduler.yield()

Yields between tasks so the browser can paint — and respond — throughout.

waiting…