FleekDash 2.0.5 adds a Database Optimization workspace aimed at the same goal as our media tooling: less bloat, clearer signals, and fewer surprises under load. You get live stats on footprint and reclaimable overhead, housekeeping tasks grouped by risk, and maintenance actions that map to familiar SQL operations like OPTIMIZE TABLE and REPAIR TABLE, all behind controls tuned for real hosts.
What's New
Database overview: see database size, overhead you can reclaim, and how many WordPress tables are in scope so you always know the baseline before changing anything.
Safe cleanup: clear expired transients, remove old post revisions, drop auto-drafts, permanently empty trash older than 30 days, and purge spam comments. Tasks surface live counts so you choose what to run with eyes open.
Orphan cleanup: strip orphaned metadata and dangling relations that accumulate after posts or terms disappear, cutting noise that slows queries over time.
Table maintenance: optimize tables to defragment storage and smooth I/O; optionally repair tables when WordPress reports corruption or instability.
Execution controls: pick a batch size to limit how many rows are touched per step on crowded hosts, refresh statistics whenever you need fresh numbers, then run the selected optimization pass from one primary action.

