WP Database & Performance Optimizer

Clean autoloaded options, revise revisions, and reclaim database bloat without slowing wp-admin. Built for operators who want audits first — not reckless deletes.

Category: Performance Free + Pro Pro $10/mo Rating 4.9 · 128 reviews

What this product does

WordPress stores many settings in wp_options. Rows marked autoload = yes load on nearly every request. When abandoned plugins leave oversized options, autoload bloat raises memory use and TTFB.

This plugin gives you an operator-friendly console to find heavy autoload rows, expired transients, revision piles, and orphaned post/meta leftovers — then apply cleanup with clear limits so admin stays responsive.

Who it is for

  • Site owners noticing slow TTFB after years of plugin churn
  • Agencies cleaning client databases before a CWV / SEO engagement
  • Melbourne and New Mexico teams who want a freemium tool before hiring custom performance work

Free vs Pro (accurate matrix)

Free includes

  • Autoload audit — list heavy autoload=yes options by size
  • Transient cleanup — clear expired transients safely
  • Revision limits — set sensible post revision caps
  • Orphan meta scan — find leftover meta without silent mass delete

Pro — $10/month

  • Scheduled cleanups — recurring jobs off-peak
  • WP-CLI commands — scriptable audits for agencies
  • Multisite support — network-aware tooling
  • Object cache insights — see what should stay out of autoload
  • Priority support — faster human reply from the studio

Install

  1. Download the Free ZIP from /free-plugins/ (no account required).
  2. In WordPress go to Plugins → Add New → Upload Plugin.
  3. Activate WP Database & Performance Optimizer.
  4. Open the plugin menu in wp-admin and run an Autoload audit first.

Always take a full backup (files + database) before any cleanup that deletes rows.

Recommended safe workflow

  1. Audit — export or screenshot the top autoload offenders.
  2. Stage — clone the site; never first-run bulk deletes on production.
  3. Disable abandoned prefixes — prefer autoload=no reviews over blind DELETE.
  4. Clear expired transients — low risk when truly expired.
  5. Cap revisions — reduce future bloat; pair with wp-config Tweaker if you also set WP_POST_REVISIONS.
  6. Schedule (Pro) — only after the first manual pass looks clean.

What it does not do

  • It is not a full page cache / CDN — use hosting cache or a dedicated cache plugin alongside it.
  • It does not invent “instant 100 PageSpeed” guarantees.
  • It will not replace custom database engineering for complex multisite or commerce stacks — for that, hire Technical SEO & CWV or plugin engineering.

FAQ

Can Free turn off autoload automatically?

Free emphasizes visibility and safe limits. Treat any autoload change as a review decision — especially for active plugins and core options.

Is Pro billed yearly or monthly?

Pro is $10 per month. Request upgrade via /#quote or /contact/.

Related reading

Concept guide: Clean wp_options autoload bloat safely.