What problem does it solve?
It helps you detect performance and scalability issues in code changes and diffs before they become production incidents, focusing on likely cost drivers like query patterns, pagination, caching, and resource usage.
Core Features & Use Cases
- Performance signal scanning: Run a targeted scan to quickly surface suspicious hotspots and risk areas in a repo or specific paths.
- Worst-case reasoning and validation planning: Convert findings into concrete scale assumptions and choose appropriate verification methods such as profiling, explain plans, benchmarks, or load testing.
- Actionable mitigation guidance: Produce prioritized, specific fixes like reducing N+1 queries, adding pagination, batching, indexes, streaming, or cache invalidation strategy.
- Use case: When Codex or another agent is asked to perform a performance review, create a performance profiling plan, draft benchmark/test plans, or assess latency risk for a change.
Quick Start
Run the performance scan for the repository or a specific changed path, then read the provided checklist and shared operating rules before judging each finding’s cost and required validation.