perf-audit

Analyze ERP performance slowdown patterns to separate measured bottlenecks from static scan candidates.

Updated May 20, 2025
One-click install
npx skills add https://github.com/lahomsystem/FOMS --skill perf-audit-lahomsystem
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: perf-audit
Source: https://github.com/lahomsystem/FOMS/tree/main/.cursor/skills/perf-audit
Command: npx skills add https://github.com/lahomsystem/FOMS --skill perf-audit-lahomsystem

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps identify hidden ERP performance bottlenecks by separating real user-facing slowdowns from misleading static scan findings before deployment.

Core Features & Use Cases

  • Performance Radar Analysis: Runs broad slowdown audits across eight dimensions including rendering, queries, payloads, caching, and I/O behavior.
  • Measurement-Driven Diagnosis: Guides engineers through TTFB analysis, server render timing, browser interaction checks, database inspection, and cache validation.
  • Use Case: When an ERP dashboard becomes slow before release, use this Skill to find whether the issue comes from network latency, database queries, frontend behavior, or cache invalidation patterns.

Quick Start

Use the perf-audit skill to analyze the current ERP performance risks and generate a deployment readiness report.

Frequently Asked Questions about perf-audit

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

FAQPage Schema
How do I detect ERP application performance regressions before a production release?

To detect ERP performance regressions before production, analyze slowdown patterns across eight dimensions including rendering, queries, payloads, caching, and I/O behavior. This process separates real user-facing bottlenecks from misleading static scan findings to ensure deployment readiness.

What is the best way to diagnose a slow ERP dashboard caused by network or database latency?

The best way to diagnose a slow ERP dashboard is through measurement-driven analysis covering TTFB, server render timing, browser interaction checks, database inspection, and cache validation. This identifies whether latency originates from network, database, frontend, or cache invalidation patterns.

How do I separate measured performance bottlenecks from static scan candidates?

Separating measured bottlenecks from static scan candidates requires applying performance audit commands and measurement procedures. Engineers evaluate rendering, network, database, caching, payload, and I/O concerns using reference checklists to validate actual user-facing slowdowns.

Can I use a performance audit for weekly ERP baselines and incident prevention?

Yes, performance audits apply to weekly performance baselines and incident prevention workflows. By running broad slowdown audits across rendering, queries, payloads, and caching, teams can establish baseline metrics and detect regressions before they impact production.

Do I need specific measurement procedures to evaluate TTFB and cache optimization in an ERP?

Yes, evaluating TTFB and cache optimization requires specific measurement procedures and reference checklists. The audit guides engineers through server render timing, database inspection, and cache validation to accurately assess production readiness across eight performance dimensions.