What problem does it solve?
This Skill eliminates the guesswork of debugging slow, expensive Convex applications by providing a structured workflow to diagnose performance bottlenecks including high read amplification, OCC write contention, excessive subscription costs, and function execution limit errors.
Core Features & Use Cases
- Structured Performance Audit Workflow: Step-by-step process to scope problems, trace full read/write paths, and apply targeted fixes for specific performance issue classes.
- Reference Guides for Common Issues: Dedicated guides for hot-path read optimization, OCC conflict resolution, subscription cost reduction, and function budget management.
- Guardrails and Escalation Rules: Prevents unnecessary large-scale refactors for small deployments, and provides migration-safe rollout guidance for invasive cross-cutting fixes.
- Use Case: If your Convex app has slow page loads, high cloud costs from excessive reads, frequent mutation retries, or functions hitting execution limits, use this Skill to identify the root cause and implement the smallest effective fix.
Quick Start
Use the convex-performance-audit skill to diagnose and resolve the performance issues you are experiencing with your Convex application, starting with the strongest available signal from your deployment insights or codebase.