Will Database Monitor modify or delete anything automatically?
Not without your permission. The one-click cleanup only runs when you click it manually. Scheduled maintenance (via WP-Cron) only runs OPTIMIZE TABLE on flagged tables — it never deletes rows. You stay in control.
How is the health score calculated?
The 0–100 score is based on four factors: table overhead ratio, fragmentation level, autoload option size, and InnoDB engine health. Each factor is weighted and combined into a single live score updated on every page load.
Is it safe to run the one-click cleanup on a live site?
Yes. The cleanup removes post revisions, trashed posts, orphaned metadata, expired transients, and spam comments — none of which affect live content. Always take a backup first as a precaution, but the operations are standard and safe.
Does it work with managed WordPress hosts that restrict database access?
Yes. Database Monitor uses the standard WordPress $wpdb abstraction layer — it never connects to MySQL directly. It works on any host where WordPress itself works.
Will the scheduled maintenance run even if no one is logged in?
Yes. Scheduled tasks use WP-Cron which fires on page visits, not admin sessions. As long as your site receives traffic, the scheduled maintenance will run on time.
Is it really free with no premium version?
Yes — free forever, every feature included, no upsells, no premium tier. Built by NaveenCodes by Maa Labs™ as part of a commitment to free WordPress tooling.