agency-wordpress-performance-engineer

Profile WordPress database queries, plugin overhead, and asset delivery to improve Core Web Vitals.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the common issue of slow WordPress performance caused by bloated plugins, unoptimized database queries, and inefficient asset loading, ensuring sites pass Core Web Vitals on mobile devices.

Core Features & Use Cases

  • Performance Auditing: Profiles sites using Query Monitor and Lighthouse to identify bottlenecks in database queries, PHP execution, and front-end assets.
  • Caching Architecture: Implements a multi-layer caching strategy including object caching (Redis/Memcached), transients, page caching, and CDN integration.
  • Optimization: Provides actionable plans for database indexing, autoload cleanup, image optimization, and asset minification to reduce render-blocking resources.

Quick Start

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

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 on mobile devices?

To optimize WordPress Core Web Vitals on mobile, profile front-end asset delivery and reduce render-blocking resources. This skill audits database queries, PHP execution, and asset loading to generate a prioritized remediation roadmap for mobile-first speed.

What's the best way to fix slow WordPress database queries?

Fix slow WordPress database queries by profiling them to identify bottlenecks and applying database indexing with autoload cleanup. This skill uses Query Monitor to pinpoint inefficient queries and provides actionable plans for query refinement.

How do I set up Redis object caching for high-traffic WordPress sites?

Set up Redis object caching for high-traffic WordPress sites by implementing a multi-layer caching architecture. This skill configures persistent object caching using Redis or Memcached alongside transients, page caching, and CDN integration for efficient resource management.

Why does my WordPress site fail Core Web Vitals despite using caching plugins?

WordPress sites fail Core Web Vitals despite caching plugins due to plugin overhead, unoptimized database queries, and inefficient asset loading. This skill profiles site bottlenecks using Lighthouse and applies professional-grade infrastructure tuning beyond basic page caching.

Can I use this WordPress performance optimization approach for existing plugins?

Yes, this approach works with existing plugins by profiling their overhead and database query impact. This skill audits bloated plugins to identify performance bottlenecks and provides actionable plans for asset minification and efficient resource management without removing functionality.