WP Healthcheck is a plugin to check the health of your WordPress install.
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 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
If you have any questions, you can post a new thread in our Community Forum, available on WordPress.org.
We review it weekly and our team will be happy to assist you there.
For Premium Support, you can contact us through our website.
Please report any bugs to our issues page.
If you are not sure if something is a bug or not, you can always ask for guidance in our Community Forum.
You can translate it to your language through the WordPress translations platform.
Alternatively, you can find the POT file available at /languages/wp-healthcheck.pot
. Go ahead and start a PO file for your language from that template (POT file).
We already have some features planned for coming versions:
If you have any other features that you would like to see available in WP Healthcheck, please send them over to tiago AT tiagohillebrandt DOT com
.
If you are a developer and want to contribute writing new features, enhancements, bug fixes, or tests, please send your Pull Requests to our GitHub repository.