arib-check-perf

Audit full-stack applications for N+1 queries, bundle bloat, and memory leaks.

2|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/AribSudia/claude-code-methodology --skill arib-check-perf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arib-check-perf
Source: https://github.com/AribSudia/claude-code-methodology/tree/main/.claude/skills/arib-check-perf
Command: npx skills add https://github.com/AribSudia/claude-code-methodology --skill arib-check-perf

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill identifies and resolves performance degradation, such as N+1 database queries, bloated frontend bundles, and memory leaks, which compound over time to slow down production systems.

Core Features & Use Cases

  • Performance Auditing: Detects N+1 query patterns, inefficient bundle sizes, and missing caching strategies.
  • Resource Optimization: Provides actionable insights for memory management, image optimization, and database indexing.
  • Use Case: Before a major release, run this audit to ensure your API response times and frontend load speeds meet strict performance budgets.

Quick Start

Execute the arib-check-perf command followed by the specific scope you wish to audit to begin the performance analysis.

Frequently Asked Questions about arib-check-perf

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

FAQPage Schema
How do I detect N+1 database queries in my backend application?

A performance audit detects N+1 database queries by systematically analyzing ORM patterns and API response payloads. It identifies inefficient query loops and provides actionable insights for database indexing to resolve latency issues.

What is frontend bundle bloat and how does it affect application load speeds?

Frontend bundle bloat is inefficient bundle size caused by unnecessary code inclusion that increases latency. A performance audit resolves this by analyzing frontend code-splitting strategies and recommending image optimization techniques.

How do I perform a full-stack performance audit before a major release?

Perform a full-stack performance audit by analyzing backend ORM patterns, API response payloads, and frontend code-splitting strategies. This enforces latency budgets and ensures API response times meet strict performance requirements.

Can I enforce a strict latency budget across both frontend and backend systems?

Yes, you can enforce a latency budget by running a comprehensive performance audit on full-stack applications. This systematically analyzes API response payloads and frontend code-splitting strategies to ensure strict latency limits are met.

Why does my application have memory leaks and slow API response times over time?

Memory leaks and slow API response times compound over time from performance degradation like N+1 queries. A systematic performance audit detects these memory management issues and inefficient patterns to eliminate bottlenecks.

What is the best way to identify missing caching strategies in my application?

The best way to identify missing caching strategies is a comprehensive performance audit. It systematically analyzes API response payloads and ORM patterns to detect where caching is absent, providing actionable optimization insights.