Linux 软件免费装
Banner图

Health Radar

开发者 fzihak
更新时间 2026年3月20日 02:01
PHP版本: 8.1 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

performance debug log site health diagnostics php compatibility

下载

1.0.0

详情介绍:

Health Radar is a comprehensive WordPress plugin auditing and health monitoring tool for site administrators. Get a clear, real-time picture of their site's plugin ecosystem—conflicts, performance bottlenecks, compatibility issues, and errors—without guessing or digging through logs. Stop managing plugins blindly. Stop performance issues before they impact your users. Stop compatibility problems from becoming critical failures. Core Features: WP-CLI Integration: Automate plugin health audits and reporting via command line: Perfect for scheduled audits, CI/CD integration, and headless WordPress monitoring. Who Should Use Health Radar? Security & Privacy First: This plugin operates with zero external dependencies and complete data privacy:

安装:

Option 1: From WordPress Dashboard (Recommended)
  1. Go to Plugins → Add New Plugin
  2. Search for "Health Radar"
  3. Click Install Now, then Activate
  4. Navigate to Health Radar in the WordPress admin sidebar
  5. Click Run Full Scan to generate your first health report
Option 2: Manual Upload
  1. Download the latest version from the WordPress.org plugin directory
  2. Extract the health-radar folder
  3. Upload to /wp-content/plugins/ via SFTP or file manager
  4. Activate from the Plugins page in WordPress
Option 3: Via WP-CLI bash wp plugin install health-radar --activate After activation, navigate to Health Radar in your WordPress dashboard. All modules are ready to use immediately.

屏幕截图:

  • **Plugin Conflicts Detector** — Visual display of duplicate script/style handles, hook collision matrix, affected plugins list, and actionable recommendations for conflict resolution.
  • **Performance Analytics Panel** — Asset count breakdown, CSS and JavaScript payload estimation, database query counter, autoloaded options bloat report, and weighted health scoring metrics.
  • **PHP Compatibility Audit** — Per-plugin PHP version requirements vs. active server version, incompatibility warnings, deprecated WordPress function scanner, and migration recommendations.
  • **Debug Log Analyzer** — Real-time error parsing with fatal/warning/notice categorization, stack trace attribution to specific plugins, error frequency trending, and quick links to problematic plugins.
  • **Health Report Generator** — Comprehensive single-page audit report with all module data, Export to JSON for programmatic use, print-to-PDF via browser, and shareable HTML snapshots.

升级注意事项:

1.0.0 Initial release with full WordPress.org compliance. Audits plugin health across six dimensions. No breaking changes (first release).

常见问题:

How do I run a plugin health scan?

From the WordPress admin dashboard, navigate to Health Radar in the sidebar and click Run Full Scan. Alternatively, use WP-CLI: wp healthmonitor scan

Will Health Radar slow down my site?

No. All scans run only when you manually trigger them—never on page load or in the background. Scan results are cached for 1 hour to minimize database queries.

What happens if I have a plugin conflict?

Health Radar detects and reports conflicts but does not automatically fix or disable plugins. You decide which plugin to keep or remove based on the report.

Can I export my health report?

Yes, three ways:

  1. PDF — Use your browser's print dialog to save as PDF directly from the report page
  2. JSON — Export for programmatic access: wp healthmonitor report --format=json
  3. Plain text — View raw data on the report generation page

Does Health Radar hook into my live site or make external calls?

No. Health Radar is 100% self-contained and never makes external HTTP requests. All analysis happens locally on your servers.

What plugins are scanned?

Health Radar scans all active plugins on your site. It reads plugin headers, analyzes enqueued scripts/styles, inspects debug.log, checks plugin files for deprecated functions, and monitors database queries.

Can I schedule automated health scans?

Yes, with WP-CLI and a cron job. Example: 0 2 * * * cd /var/www/html && wp healthmonitor scan >> /tmp/health-radar.log

Is my debug.log data safe?

Yes. Health Radar reads your debug.log but never transmits it anywhere. All error analysis happens on your server. The plugin respects your file permissions and uses the secure WP_Filesystem API.

What PHP version do I need?

PHP 8.1 or higher. Health Radar is built for modern WordPress and PHP standards.

Can I use Health Radar on production sites?

Absolutely. Health Radar performs read-only analysis and never modifies plugin files, settings, or database values. It's safe for production use.

更新日志:

1.0.0 (March 19, 2026) – Review & Security Update