WP Healthcheck

0

WP Healthcheck is a plugin to check the health of your WordPress install. It detects some useful information regarding your site health, like the number of active transients and autoloa

Version
Last updated
Active installations
WordPress Version
Tested up to
PHP Version
pa_languages
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

Description

WP Healthcheck is a plugin to check the health of your WordPress install.

It detects some useful information regarding your site health, like the number of active transients and autoload options, and then displays them conveniently via the WordPress Dashboard.

This plugin can help you improve your site performance by cleaning up the transients and deactivating autoload options.

WP Healthcheck also verifies the software versions in use by your server. We maintain information about software minimum requirements up to date in our systems. This allows the plugin to retrieve this information from our external API and compare versus the ones installed in your server.

SSL certificate expiration dates are also checked and notifications for expired or near expiration SSL certificates are provided conveniently via the WordPress Dashboard.

WP-CLI Extension

WP Healthcheck also includes a WP-CLI extension. If you want to see all the CLI commands available in the plugin, go ahead and run wp healthcheck in your site.

  • wp healthcheck autoload [--deactivate=<option-name>] [--history]
  • wp healthcheck transient [--delete-expired] [--delete-all]
  • wp healthcheck server
  • wp healthcheck ssl