What problem does it solve? WordPress sites become slow due to plugin bloat, unbounded database queries, bloated autoloaded options, misconfigured caching layers, and heavy front-end assets. This Skill provides a measurement-first methodology to find where time actually goes and fix it with correctly layered caching, query optimization, and asset delivery improvements that pass Core Web Vitals on real mobile devices. ## Core Features & Use Cases - Performance Auditing: Establishes baselines with Query Monitor and Lighthouse, capturing query counts, slow queries, autoload size, plugin cost, and LCP/INP/CLS metrics. - Caching Architecture: Designs layered caching with Redis/Memcached object cache, transients, page caching, and CDN edge caching while guaranteeing cart, checkout, and logged-in pages are never publicly cached. - Query & Database Optimization: Bounds and indexes WP_Query/meta_query/tax_query calls, eliminates N+1 patterns, and trims autoloaded wp_options bloat. - Front-End & Image Optimization: Handles minification, deferral, critical CSS, asset dequeuing, WebP/AVIF conversion, lazy loading, and LCP-image prioritization. - Use Case: A WooCommerce store fails Core Web Vitals with 4.8s mobile LCP. Use this Skill to profile the site, discover a page builder shipping 1.8MB of CSS and an unbounded related-products query, then implement object caching, query fixes, and asset deferral to reach passing scores. ## Quick Start Ask the agent to audit your WordPress site's performance and produce a prioritized optimization plan with before-and-after Core Web Vitals measurements.