Documentation
Everything you need to get the most from WP Canary
Plain-English guides for every module — with optional technical detail for developers. Use the sidebar to jump to any section.
Getting started — Installation
WP Canary installs like any standard WordPress plugin. The free version is available directly from the WordPress plugin directory. Pro is delivered via your Freemius licence after purchase.
Technical detail — manual installation via FTP
Getting started — Initial setup
After activating the plugin, WP Canary adds a menu item in your WordPress dashboard. Here’s what to configure on first use:
Getting started — Free vs Pro
| Feature | Free | Pro |
|---|---|---|
| Database health scanner | ✓ | ✓ |
| Plugin watchdog | ✓ | ✓ |
| 404 flood detection | ✓ | ✓ |
| Dashboard alerts | ✓ | ✓ |
| Morning digest email | — | ✓ |
| Debug log analysis | — | ✓ |
| Ad interference monitor | — | ✓ |
| License & update health | — | ✓ |
Database health scanner Free
Scans all WordPress database tables for errors, overhead, and collation mismatches. Runs once daily via WP-Cron and flags anything that needs attention — in your dashboard immediately, and in your morning digest if you’re on Pro.
What it flags
- Tables with overhead greater than 10MB
- Tables with collation other than utf8mb4_unicode_ci
- MyISAM engine on core WordPress tables
- Tables with errors reported in TABLE STATUS
Technical detail — checks performed via SHOW TABLE STATUS
Plugin watchdog Free
Monitors the status of all installed plugins and alerts you to unexpected changes. If a plugin deactivates — whether from an update conflict, a permissions issue, or a manual change you didn’t make — WP Canary logs it and flags it at your next check-in.
What it monitors
- Plugin activation and deactivation events
- Version changes following an update
- Newly installed plugins
- Plugins flagged as having known conflicts with your active theme or other plugins
Technical detail — how plugin state is tracked
404 flood detection Free
Tracks 404 error frequency on your site and alerts you when the rate spikes above a normal threshold. A 404 flood is often caused by a bot sweep, a broken redirect, or a deleted page that still has inbound links — all of which silently drain your SEO if left unchecked.
What it detects
- Sustained 404 rate above your configured threshold (default: 50 per hour)
- Sudden spikes indicating a possible bot sweep or viral broken link
- Top offending URLs — the specific paths being requested most
Technical detail — how 404s are counted
Morning digest Pro
A daily email summary of everything WP Canary has flagged across all seven modules. Arrives at a time you choose — default is 7:00 AM in your site’s timezone. Written in plain English, with a clear OK / Flag / Alert status for each module so you can scan it in under 30 seconds.
What’s in the digest
- Status for each active module: OK, Flag, or Alert
- A plain-English summary of any flags or alerts raised since the previous digest
- Direct links to your WP Canary dashboard for any item requiring attention
- A site health score — an at-a-glance indicator based on combined module statuses
Technical detail — email delivery
Debug log analysis Pro
Reads your WordPress debug log (wp-content/debug.log) and surfaces meaningful errors in plain English — without you having to dig through hundreds of lines of PHP notices. WP Canary distinguishes between notices, warnings, and critical errors, and only flags items that are likely to affect site function.
What it surfaces
- Critical PHP errors and fatal exceptions
- Recurring warnings from specific plugins or themes
- Database query errors logged by WordPress core
- Deprecated function notices that may indicate plugin incompatibilities
Technical detail — log parsing
Ad interference monitor Pro
Detects when plugins or browser-side scripts are interfering with ad network delivery on your site. If you run display advertising through Google AdSense, Mediavine, AdThrive, or similar networks, certain caching plugins, security plugins, or script managers can silently block ad tags — costing you revenue without any visible error.
What it detects
- Scripts from known ad networks missing from page output
- Content Security Policy headers that block ad network domains
- Caching plugins serving pages without ad script tags
- Plugin-level script dequeuing that removes ad-related scripts
Technical detail — how interference is detected
License & update health Pro
Keeps an eye on the licence status and update availability of your premium plugins — the ones that don’t always announce themselves when something’s wrong. If a licence key has expired, a plugin is running an outdated version, or an update is being blocked because of a licence issue, WP Canary catches it.
What it monitors
- Expired or invalid licence keys for premium plugins
- Premium plugins with updates available but not applying due to licence issues
- Plugins that have been abandoned (no updates in 12+ months on active installs)
- WordPress core and free plugin update availability
Technical detail — licence check mechanism
FAQ — General
Does WP Canary slow down my site?
No. All monitoring runs on WP-Cron schedules during low-traffic periods and adds zero overhead to front-end page loads. The plugin has no impact on your site’s Time to First Byte or Core Web Vitals scores.
Will it conflict with my existing plugins?
WP Canary is designed to be entirely passive — it reads site data and sends reports. It does not modify your database, intercept requests, rewrite URLs, or alter the behaviour of other plugins. Conflicts are very rare. If you do experience an issue, the troubleshooting section below covers the most common scenarios.
Do I need to configure anything after installing?
The free tier works immediately after activation with no configuration required. For Pro, you’ll want to set your notification email and digest schedule in WP Canary > Settings — this takes about two minutes.
Is WP Canary compatible with WordPress Multisite?
Single-site installation only at this time. Multisite support is on the roadmap — join the mailing list to be notified when it’s available.
FAQ — Performance
How does WP Canary use WP-Cron?
Each module is scheduled as a separate WP-Cron event. Scans are staggered to avoid running simultaneously. If your site uses a real server cron (recommended for high-traffic sites), WP Canary’s events will run on that schedule instead of being triggered by page visits.
Will the 404 flood detector slow page loads?
No. The 404 counter uses a lightweight transient increment — it adds roughly 1–2ms to 404 responses only, and has no effect on pages that load normally.
What if WP-Cron is disabled on my server?
WP Canary will still work, but scheduled scans won’t run automatically. You’ll need to set up a real server cron job to trigger wp-cron.php. The technical detail section in the Installation guide covers this setup.
FAQ — Billing & license
What’s the difference between the annual and lifetime license?
The annual license is $34.99/year and renews automatically. The lifetime license is a one-time payment of $109.99 and covers all future updates with no renewal. Both cover one site.
What happens when my Pro license expires?
The plugin automatically reverts to Free tier functionality. Your settings and scan history are preserved — you won’t lose any data. Simply renew your license to restore Pro features.
Can I use one license on multiple sites?
A single license covers one site. Each additional site requires its own license. Agency multi-site pricing is on the roadmap.
Do you offer refunds?
Yes — a 7-day no-questions-asked refund is available via Freemius. Contact support via the Contact page and your refund will be processed within one business day.
FAQ — Troubleshooting
I’m not receiving my morning digest. What should I check?
First, check your spam folder. If it’s not there, go to WP Canary > Settings and confirm the notification email is correct. Then check that your site is sending email at all — use a plugin like Check & Log Email to test. For reliable delivery, pair WP Canary with an SMTP plugin such as WP Mail SMTP.
The database scanner is showing errors I don’t recognize. Should I be worried?
Not necessarily. The most common flag is table overhead — this is normal and can be resolved by running an optimize operation, which WP Canary will prompt you to do. Collation mismatches are worth addressing but are rarely urgent. If you see a table listed as corrupted, that warrants immediate attention.
My license key isn’t being accepted. What should I do?
Make sure you’re copying the key exactly as it appears in your purchase confirmation email — no leading or trailing spaces. If the issue persists, log in to your Freemius account at freemius.com to verify the license is active and hasn’t been used on another site.
WP Canary is flagging a plugin I trust. Can I suppress that alert?
Yes. In WP Canary > Settings > Module preferences, you can add specific plugins to the ignore list for the Plugin Watchdog module. This is useful for plugins that legitimately deactivate and reactivate on a schedule.