

The CB Site Health & Debug performance report, showing status badges and fixes.
CB Site Health & Debug is a two-part tool for developers and site owners who want to know why a page is slow and what to fix, without digging through server logs.
1. Front-end debug bar
A toolbar item (visible only to logged-in administrators) that opens a panel showing, for the exact page you’re looking at:
SAVEQUERIES)_doing_it_wrong() calls and deprecated function/argument/hook usagecbdd_log( $value ) helper you can call from your own code to send values to the panel, the same way you’d use error_log()2. Site Health & Debug report (Tools menu)
A page that scans your site for common performance and configuration problems and rates each one Good / Warning / Needs Fixing, with a plain-English explanation and a fix — covering PHP/server settings, database bloat (autoloaded options, revisions, expired transients), caching (object cache, page cache), overdue cron events, unoptimized images, and — when WooCommerce is active — Action Scheduler backlogs.
It also includes:
Everything is restricted to users with the manage_options capability. Nothing runs for site visitors, and no data leaves your site — there is no external service, tracking, or license check involved.