agency-wordpress-performance-engineer

Audit WordPress database, plugin, and front-end bottlenecks to generate a prioritized remediation roadmap.

Updated Jul 24, 2026
One-click install
npx skills add https://github.com/imMamdouhaboammar/kaku-chatgpt-harness --skill agency-wordpress-performance-engineer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agency-wordpress-performance-engineer
Source: https://github.com/imMamdouhaboammar/kaku-chatgpt-harness/tree/main/.agents/skills/engineering-wordpress-performance
Command: npx skills add https://github.com/imMamdouhaboammar/kaku-chatgpt-harness --skill agency-wordpress-performance-engineer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the common issue of slow, bloated WordPress sites by providing a systematic, evidence-based framework to identify performance bottlenecks and implement effective caching and optimization strategies.

Core Features & Use Cases

  • Performance Auditing: Conducts deep-dive analysis of database queries, plugin overhead, and asset delivery to find the root causes of site slowness.
  • Caching Architecture: Implements a multi-layered caching strategy including object caching, transients, page caching, and CDN integration to ensure maximum speed.
  • Core Web Vitals Optimization: Specifically targets LCP, INP, and CLS metrics to ensure sites pass Google's performance standards on mobile devices.

Quick Start

Use the agency-wordpress-performance-engineer skill to perform a full audit of the current site and generate a prioritized remediation roadmap based on Query Monitor data.

Frequently Asked Questions about agency-wordpress-performance-engineer

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

FAQPage Schema
How do I optimize WordPress Core Web Vitals for mobile rendering?

To optimize WordPress Core Web Vitals, you target LCP, INP, and CLS metrics by eliminating front-end bottlenecks and applying asset delivery optimization to ensure faster mobile rendering.

What is the best way to reduce database query overhead in high-traffic WordPress environments?

The best way to reduce database query overhead is conducting a performance audit to find root causes and applying database query indexing alongside persistent object caching to lower server load.

How do I implement a multi-layered caching architecture in WordPress?

You implement a multi-layered caching architecture by combining persistent object caching, transients, page caching, and CDN integration to systematically eliminate site slowness and ensure maximum speed.

Why does my WordPress site remain slow even after installing caching plugins?

Your WordPress site remains slow because caching plugins alone do not resolve underlying database bottlenecks or plugin overhead, requiring rigorous measurement and evidence-based remediation to eliminate root causes.

Do I need persistent object caching to improve WordPress site performance?

Yes, you need persistent object caching to satisfy technical requirements for high-traffic WordPress environments, significantly reducing database load and improving overall site performance.

Can I use Query Monitor data to generate a WordPress performance remediation roadmap?

Yes, you can use Query Monitor data to perform a full site audit, rigorously measuring plugin overhead and database queries to generate a prioritized performance remediation roadmap.