convex-performance-audit

Audit Convex application performance by analyzing reads, subscriptions, write contention, and function limits.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/mariopak8-gif/lssc-one --skill convex-performance-audit-mariopak8-gif
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convex-performance-audit
Source: https://github.com/mariopak8-gif/lssc-one/tree/main/.agents/skills/convex-performance-audit
Command: npx skills add https://github.com/mariopak8-gif/lssc-one --skill convex-performance-audit-mariopak8-gif

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill audits and optimizes Convex applications, identifying performance bottlenecks related to reads, subscriptions, write contention, and function limits.

Core Features & Use Cases

  • Performance Audit: Diagnose and fix performance issues in Convex applications.
  • Use Case: For instance, it can help identify and resolve slow features, insights findings, OCC conflicts, or read amplification issues in Convex applications.

Quick Start

Run the convex-performance-audit skill to audit the performance of your Convex application and receive detailed insights on potential optimizations.

Frequently Asked Questions about convex-performance-audit

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

FAQPage Schema
How do I fix OCC conflicts and read amplification in my Convex application?

To fix OCC conflicts and read amplification in a Convex application, you need an audit that analyzes write contention and reads. This process identifies function limits and resolves bottlenecks causing slow features.

What causes slow features and write contention in Convex subscriptions?

Slow features and write contention in Convex subscriptions stem from read amplification and function limits. Analyzing your application's reads and subscriptions identifies these specific performance bottlenecks.

How do I audit Convex application performance for subscription limits?

You audit Convex application performance by analyzing reads, subscriptions, and write contention. This audit detects function limits and read amplification, providing detailed insights for application optimization.

Do I need to understand Convex architecture to optimize application reads?

Yes, optimizing Convex application reads requires knowledge of Convex architecture and application specifics. This foundation is necessary to accurately diagnose issues like read amplification and write contention.

What is the best way to diagnose Convex insights findings and function limits?

The best way to diagnose Convex insights findings and function limits is running a performance audit. It analyzes your application's reads and write contention to identify and resolve optimization issues.