WordPress → Optimized WordPress
One command. 11 specialist agents. World-class Lighthouse scores.
Full backup and rollback. Zero manual intervention.
Every WordPress site has the same problems. Fixing them requires expertise across plugins, server config, theme optimization, and content delivery — usually spread across a dozen tools and consultants.
Most WordPress sites score 30–60 on Lighthouse. Themes load render-blocking CSS, plugins inject unoptimized JS, and nobody configured server caching.
50+ plugins, half unused, none configured. Each one adds HTTP requests, database queries, and CSS/JS that slows every page load.
OPcache disabled. PHP-FPM on default settings. No gzip. No browser caching headers. The server is doing ten times more work than it needs to.
Every optimization risks breaking the site. No backups before changes. No way to detect visual regressions. No rollback when things go wrong.
The root cause: WordPress performance optimization requires coordinated changes across plugins, server config, theme assets, and content markup. No single tool covers all of it — and no human wants to do it manually every time. WOW! does.
WOW! runs an autonomous optimization loop. Each iteration audits the site, plans ranked actions, backs up everything, executes changes across 5 domains in parallel, checks for visual regressions, and verifies improvement. It stops when returns diminish.
| Phase | What Happens | Agents Involved |
|---|---|---|
| INTAKE | Collect site URL, WordPress credentials, SSH access, autonomy mode | Orchestrator |
| AUDIT | Lighthouse scores, Core Web Vitals, plugin inventory, theme analysis, screenshots | lighthouse, inventory, screenshot, theme-analysis |
| PLAN | Gap analysis, community resource mapping, conflict-free action ranking across 5 domains | plan-agent |
| BACKUP | Full site backup via BackWPup + SSH database/files archive + hosting panel snapshot | backup-agent |
| EXECUTE | State snapshots, then parallel execution across plugin, provider, custom, theme, content domains | plugin, provider, custom agents |
| REGRESSION | ImageMagick pixel diff + Claude visual judgment on before/after screenshots | visual-regression |
| VERIFY | Re-audit, compute improvement delta, evaluate stop condition | lighthouse, screenshot |
| REPORT | Styled HTML report with before/after scores, action log, theme analysis, regression log | report-agent |
The loop is self-terminating. WOW! stops when the Lighthouse improvement drops below threshold (default 5%) for two consecutive iterations, or when the maximum iteration count is reached. No infinite loops. No wasted work.
WOW! doesn’t just install a caching plugin and call it a day. It optimizes across five distinct domains — from WordPress plugins to server config to theme assets to content markup.
WOW! decomposes WordPress optimization into specialized concerns. Each agent owns one domain, reads structured state, writes structured output, and handles its own failure modes gracefully.
WOW! runs on live WordPress sites. Every safety mechanism exists because production sites are irreplaceable. Backup, snapshot, verify, and rollback — at every iteration.
BackWPup plugin backup (database + files) plus SSH archive plus hosting panel snapshot. Three independent backup layers. Non-blocking — if one fails, the others still protect you.
Every execution agent snapshots the exact state it is about to change: file contents, plugin list, server settings. Stored as structured JSON with full content — not just metadata.
After every EXECUTE, ImageMagick computes pixel diff between before and after screenshots. When diff exceeds 5%, Claude inspects both images and classifies the change as expected improvement or regression.
Roll back to any previous iteration. Each agent reverses exactly what it changed using stored snapshots. Plugins are deactivated (never deleted). Server settings are restored. Files are rewritten to their pre-change content.
Every agent verifies the site still loads after each modification. If the site breaks, the agent immediately restores from backup and reports the failure. No silent breakage.
Rollback is never automatic. Even in autonomous mode, WOW! pauses and asks before undoing changes. You see the regression severity, the diff image, and exactly what will be reversed.
Install WOW!, run /wow, provide your site URL and credentials. Everything else is automatic.
Dependencies install automatically.
WOW! installs Playwright, ImageMagick, community performance skills, and the Lighthouse MCP server via scripts/install.sh. Just run /wow and answer the intake questions.
Stop tuning WordPress by hand. WOW! audits, plans, backs up, executes, detects regressions, verifies improvement, and generates a report — autonomously, iteratively, safely.
Install WOW! ↓