wp plugin install wp-multitool --activate

WP Multitool

Find what's slowing your WordPress. Fix it.

Get Lifetime Access — $50
GPL Licensed No Subscriptions Lifetime Updates

One Plugin. All The Tools.

Stop juggling optimization plugins. Enable what you need, ignore what you don't.

AI-Powered Analysis

Get intelligent suggestions for slow queries with explanations you can understand.

Modular Architecture

Enable only the tools you need. Each module works independently.

Security First

All operations include capability checks, nonce verification, and input sanitization.

Background Processing

AI analysis runs via WP-Cron. Your site stays fast while we work.

13 Powerful Modules

Enable only what you need. Each module works independently.

Performance Optimization

Autoloader Optimizer

Bloated autoload options slow every single request. This module finds unused ones and removes them safely. Most sites see 100KB-2MB less memory per page load — that's noticeably faster.

Autoloader Optimizer screenshot
Database Optimizer

Post revisions pile up. Spam accumulates. Transients expire but stick around. One click shows exactly how much space you'll recover. Auto-backup included, so you can clean without fear.

Database Optimizer screenshot
Frontend Optimizer

Defer JavaScript, remove emoji scripts, disable XML-RPC, clean wp_head output, add security headers. Each toggle explained. No guessing what's safe.

Frontend Optimizer screenshot
Slow Query Analyzer

See every database query ranked by speed. Automatically detects problems, runs EXPLAIN analysis, and tells you exactly which index to add. Works with WooCommerce, ACF, and any plugin.

Slow Query Analyzer screenshot

Development Tools

Config Manager

Toggle WP_DEBUG, set memory limits, configure caching — all through a visual interface. Auto-backup before every change. Syntax validation so you never break your site.

Config Manager screenshot
Shortcode Inspector

See every shortcode registered on your site. Instantly know which plugin or theme added it. Test shortcode output without switching pages.

Shortcode Inspector screenshot
System Info

See your server stack at a glance: PHP version, memory limits, database stats, HTTP/2 status, Redis availability. Get actionable recommendations to improve performance.

System Info screenshot

Media Management

Image Manager

See all registered image sizes, disable ones you don't need, create custom sizes. Regenerate specific sizes without touching the rest. Save disk space.

Image Manager screenshot

Admin Interface

Dashboard Widget Manager

Hide annoying dashboard widgets with one click. Disable core widgets, plugin widgets, or theme widgets. Keep your WordPress dashboard clean and focused.

Dashboard Widget Manager screenshot

Utilities

Package Downloader

Allows users to download plugins and themes as zip archives directly from the site.

Quick Updater

Enables drag-and-drop plugin updates directly from ZIP files on the Plugins list.

Plugin Reactivator

Adds a quick reactivation option to plugins list for easy troubleshooting.

Find Slow Callbacks

Profile any page to find the slowest hooks and callbacks. Identifies which plugins or themes are slowing down each request. Perfect for troubleshooting performance issues.

Find Slow Callbacks screenshot

What Developers Say

"As a developer, I hate when a tested plugin throws a critical error and I cannot access the database to fix it. Or when I am editing a live theme nervously waiting for something to crash. Multitool's auto-restore gave me confidence back."
Maria — WordPress Developer
"I built it because optimization tools focused on the frontend instead of the backend. It does not matter if you load minified JS/CSS if your server takes 16s to answer."
Marcin — Creator

How It Compares

Different tools for different problems. Here's where WP Multitool fits.

Feature WP Multitool Query Monitor WP Rocket Perfmatters
Price $50 once Free $59/year $25/year
Focus Backend/Server Dev debugging Frontend/Cache Frontend
Slow query detection + EXPLAIN analysis
Index suggestions AI-powered
Autoload optimizer remove bloat
Fatal error recovery auto-restore
wp-config editor safe GUI
Frontend optimization partial (bloat removal, defer scripts)
Best for Diagnosing WHY it's slow Developers debugging Speed + caching Asset cleanup

Use WP Rocket for caching. Use Multitool to find why you need caching.

Save $200+/Year on Plugin Licenses

Most developers spend $150+/year on optimization plugins. WP Multitool is $50. Once. Forever.

$50
One-time payment • Lifetime license
  • All modules included
  • Lifetime updates
  • No recurring fees
  • No license keys to manage
  • GPL v2 licensed
Get Lifetime Access — $50

30-day money-back guarantee • No questions asked

View changelog →

WordPress
5.0+
PHP
7.4+
Database
MySQL 5.7+ / MariaDB 10.2+

FAQ

Common questions, straight answers.

Will this break my site?
Auto-backup before any change. One-click restore if something goes wrong. Plus, the fatal error handler catches crashes and lets you recover instantly. You'd have to try pretty hard to break something permanently.
Do I need to disable my cache plugin?
No. Multitool complements cache plugins — it fixes root causes while they hide symptoms. Use both. WP Rocket handles the frontend, Multitool handles the backend.
What WP/PHP versions are supported?
WordPress 5.0+, PHP 7.4+, MySQL 5.7+ / MariaDB 10.2+. But if you're not on PHP 8.2+ yet, the System Info module will roast you about it.
Is there support?
It's GPL — no license keys, no support tickets, no hand-holding. But if you find a bug or have feedback, I actually want to hear it. Reach out and I'll read it.
Can I use it on multiple sites?
Yes. Unlimited sites. One purchase, no restrictions. Install it everywhere.
What if it doesn't help my site?
30-day money-back guarantee, no questions asked. If it doesn't solve your problem, you get your money back.
Why not just use Query Monitor?
Query Monitor shows you problems. Multitool tells you how to fix them. QM says "this query is slow." Multitool says "add this index to make it fast" and shows you the exact SQL.