performance-audit

Identifies and fixes DesignWeeb.org WordPress plugin performance bottlenecks, including Core Web Vitals and runtime issues.

12|9|Updated Oct 23, 2025
One-click install
npx skills add https://github.com/jnealey88/designsetgo --skill performance-audit-jnealey88
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: performance-audit
Source: https://github.com/jnealey88/designsetgo/tree/main/.claude/skills/performance-audit
Command: npx skills add https://github.com/jnealey88/designsetgo --skill performance-audit-jnealey88

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Performance bottlenecks in WordPress plugins degrade page load times, inflate resource usage, and hurt Core Web Vitals, leading to poorer user experiences and lower page rankings.

Core Features & Use Cases

  • Bundle size and asset-loading analysis to identify bloated JS/CSS.
  • Frontend and editor performance profiling with actionable optimizations.
  • Comprehensive reporting with measurable metrics (LCP, CLS, FID, TBT, memory usage) to guide improvements.

Quick Start

Run npm run build to generate bundles, then execute the audit workflow to produce a report.

Frequently Asked Questions about performance-audit

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

FAQPage Schema
How do I audit a WordPress plugin for Core Web Vitals issues?

A plugin performance audit analyzes frontend rendering, editor behavior, database queries, asset loading, and build processes to identify bottlenecks degrading Core Web Vitals. It delivers actionable fixes with measurable metrics like LCP, CLS, and FID.

What is the best way to reduce WordPress plugin bundle size and optimize asset loading?

The best way to reduce bundle size is through an asset-loading analysis that identifies bloated JS and CSS files. An audit workflow examines build processes to deliver actionable fixes that streamline asset delivery and reduce overall page weight.

How do I profile frontend and editor performance in a WordPress plugin?

You profile frontend and editor performance by executing an audit workflow that measures runtime behavior and resource usage. This produces a comprehensive report with memory usage and Total Blocking Time metrics to guide actionable optimizations.

Does the performance audit work without external dependencies or components?

Yes, the performance audit operates without external dependencies or components. It directly analyzes your plugin's build output and runtime environment to generate a standalone report with measurable metrics like LCP, CLS, and FID.

What measurable metrics does a WordPress plugin performance audit report include?

A WordPress plugin performance audit report includes measurable metrics such as bundle size, LCP, CLS, FID, TBT, and memory usage. These metrics quantify the impact of identified bottlenecks and guide actionable improvements.