performance

Detect and analyze runtime performance bottlenecks in web applications.

1|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/Rene-Kuhm/opencode-ohmyopencode-claude-configuracion --skill performance-rene-kuhm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: performance
Source: https://github.com/Rene-Kuhm/opencode-ohmyopencode-claude-configuracion/tree/main/skills/performance
Command: npx skills add https://github.com/Rene-Kuhm/opencode-ohmyopencode-claude-configuracion --skill performance-rene-kuhm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Detects and analyzes runtime performance bottlenecks in web applications.

Core Features & Use Cases

  • N+1 query detection and remediation guidance for database access.
  • Memory leak and CPU bottleneck identification with actionable fixes.
  • Frontend performance profiling for React apps, including render optimization and bundle-size recommendations.

Quick Start

Run a full-stack performance scan to surface actionable bottlenecks and remediation steps.

Frequently Asked Questions about performance

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

FAQPage Schema
How do I identify and fix N+1 query bottlenecks in my web application?

To identify N+1 query bottlenecks, this analysis detects inefficient database access patterns in your backend data paths and provides actionable remediation guidance to optimize data fetching.

What is the best way to find memory leaks and CPU bottlenecks during runtime?

The best way to find memory leaks and CPU bottlenecks is running a full-stack performance scan, which detects runtime resource issues and offers actionable fixes to resolve them.

Can I use this to optimize React rendering performance and reduce bundle size?

Yes, you can optimize React rendering performance and reduce bundle size using the frontend profiling capabilities, which identify rendering problems and provide bundle-size recommendations.

How do I run a full-stack performance analysis to surface actionable bottlenecks?

You can run a full-stack performance analysis to surface actionable bottlenecks by scanning both frontend React apps and backend data paths, generating remediation steps for detected issues.

Does this performance analysis work for both frontend rendering and backend database queries?

Yes, this performance analysis works for both frontend rendering in React apps and backend database queries, detecting issues like N+1 queries, memory leaks, and resource loading problems.

Why does my React app have rendering problems and how can I fix them?

Your React app has rendering problems due to unoptimized component updates or bundle size issues; the profiling scan identifies these bottlenecks and offers actionable optimization guidance.