What's the fastest way to execute a known winning endgame technique when I'm low on time?
These answers restate the rules implemented by our open-source engine, which follows the WXF laws and is regression-tested against the official 110-diagram repetition casebook. Where an answer refers to a specific position, that position lives on the linked reference page, where the build verifies it against the engine before publishing.
Direct answer
Rely on the order of operations you already drilled, rather than recalculating the position from scratch under a fast clock. A known mate, chariot against a bare general especially, follows a fixed method: take the escape points first, then check once. Trusting that sequence, instead of improvising, is what actually keeps it fast when time is short.
Why recalculating from zero wastes exactly the time you do not have
A technique you have already drilled to automatic recognition does not need to be re-derived each time; treating it as a fresh calculation problem under time pressure is slower and more error-prone than simply executing the sequence you already know. This is precisely why drilling basic mates ahead of time, as described in the best way to drill basic checkmates, pays off specifically in exactly this situation.
The one thing worth double-checking even in a hurry
Before the final check, glance quickly at whether the general genuinely has no escape left, rather than assuming the pattern is complete. A single missed escape square, checked in haste, can turn a fast, clean mate into several wasted extra moves at exactly the moment those moves are most expensive.
Related questions
Should I play faster than usual once I know I am winning easily?
Yes, within reason; a drilled technique should be played briskly rather than treated with the same caution as an unclear position.
Does an increment change how much this matters?
It reduces the danger somewhat, but a technique executed confidently and quickly is still safer than one played slowly and uncertainly, increment or not.