convex-performance-audit

Audit Convex applications for slow reads, concurrency conflicts, and resource limits.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/sunilaicoe/genesis-core --skill convex-performance-audit-sunilaicoe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convex-performance-audit
Source: https://github.com/sunilaicoe/genesis-core/tree/main/.agents/skills/convex-performance-audit
Command: npx skills add https://github.com/sunilaicoe/genesis-core --skill convex-performance-audit-sunilaicoe

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps developers diagnose performance problems within Convex applications, focusing on slow reads, high OCC conflicts, and resource limits.

Core Features & Use Cases

  • Performance Diagnostics: Audits application workflows to find bottlenecks in reads, subscriptions, and writes.
  • Insight Analysis: Uses signals from CLI, dashboards, and code to identify hotspots and inefficiencies.
  • Use Case: Developers can run a performance audit to pinpoint slow database queries and optimize their code or data models accordingly.

Quick Start

Use the convex-performance-audit skill to analyze your app and get suggestions for improving its performance.

Frequently Asked Questions about convex-performance-audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I identify slow reads and high concurrency conflicts in my Convex application?

Identifying slow reads and high OCC conflicts in your Convex application requires auditing read workflows and mutation concurrency. This process uses CLI and dashboard runtime signals to pinpoint database query bottlenecks and data model inefficiencies.

What is the best way to optimize Convex database queries hitting resource limits?

The best way to optimize Convex database queries hitting resource limits is to audit your application workflows based on code and runtime signals, then apply recommended best practices to refine your data models and subscription logic.

Why does my Convex app experience high OCC conflicts during writes?

Convex apps experience high OCC conflicts during writes when mutation workflows face concurrency bottlenecks. Analyzing application runtime signals and conducting a code audit helps identify these hotspots and provides actionable insights to optimize write workflows.

Can I audit Convex subscription performance using CLI and dashboard signals?

Yes, you can audit Convex subscription performance by analyzing runtime signals from the CLI and dashboards. This audit identifies inefficiencies in your subscriptions and provides actionable insights for code and data model optimization.

How do I fix Convex performance issues related to slow subscriptions?

To fix Convex performance issues related to slow subscriptions, run a performance audit to diagnose bottlenecks in your reads and subscriptions, then apply effective best practices to optimize your data models and subscription workflows.