The Visibility Check is now ~3× faster
Parallel multi-engine queries
The AI Visibility Check now queries every engine at the same time instead of one after the other. A four-engine Agency report that used to take 30–45 seconds (and could stretch to 3 minutes if any engine was slow) now finishes in around 10.
- One slow engine no longer holds up the rest — each engine returns independently. If Gemini is having a bad minute, ChatGPT Search and the others come back without waiting on it.
- Cleaner failure handling — if an engine errors out, you see exactly which one and why. The summary stays honest: "visible in 2 of 3 working engines (1 unavailable)" instead of pretending an outage was a verdict on your business.
- Behind-the-scenes reliability work — concurrent queries no longer share connection state, the database write path is exception-safe, and quota tracking stays consistent across midnight.