What problem does it solve?
Convex Performance Audit helps you diagnose and fix slow or expensive Convex behavior by identifying the specific performance problem class (read amplification, OCC conflicts, subscription cost, or function budget issues) and applying targeted remedies.
Core Features & Use Cases
- Signal-driven performance triage: Uses the strongest available evidence from deployment health insights or
npx convex insights --details, falling back to a code audit when needed.
- Problem-class specific remediation: Routes symptoms to the matching guidance for hot paths, OCC conflicts, subscription cost, or execution/function limits.
- Correctness-safe scope and verification: Traces one concrete user flow end-to-end (reads and writes), audits sibling functions touching the same tables, and verifies result parity after changes.
Quick Start
Ask the assistant to audit your Convex project by running npx convex insights --details and then tracing the slow feature’s full read/write set to propose the smallest high-impact fix within the relevant reference.