

CliniQ DB scans your WordPress database and presents a plain-English health report — including a letter grade, an issue list, and exactly what to do about each problem.
Overview tab
Tables tab
Autoloaded Options tab
Cleanup tab
Each cleanup card shows the row count before cleaning and a confirmation message after. All operations are permanent — back up your database first.
The compiled JavaScript at assets/build/index.js is human-readable ES5 code that uses WordPress’s bundled wp.element (React) directly — no minification or transpilation is applied. The JSX source components in assets/src/ are included for reference.
To compile from JSX source:
npm install in the plugin folder.npm run build.Build requirements: Node 18+, @wordpress/scripts ^26.