內容簡介
WP Healthcheck 是一個外掛程式,可以檢查您的 WordPress 安裝的狀態。
它可以檢測一些有關網站健康狀況的有用信息,例如活動 Transients 和 autoload 選項的數量,然後方便地通過 WordPress 控制面板顯示這些信息。
這個外掛可以通過清理 Transients 和停用 autoload 選項來幫助您改善網站性能。
WP Healthcheck 還會驗證您的伺服器使用的軟體版本。我們會定期維護關於軟體最低要求的信息,使得外掛可以從我們的外部 API 檢索這些信息,並與您的伺服器上安裝的版本進行比較。
也會檢查 SSL 憑證的過期日期,並方便地通過 WordPress 控制面板提供已過期或即將到期的 SSL 憑證通知。
WP-CLI 擴展
WP Healthcheck 還包括一個 WP-CLI 擴展。如果您想查看該外掛中可用的所有 CLI 命令,請運行 wp healthcheck。
wp healthcheck autoload [--deactivate=<option-name>] [--history]
wp healthcheck transient [--delete-expired] [--delete-all]
wp healthcheck server
wp healthcheck ssl
外掛標籤
開發者團隊
原文外掛簡介
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=
wp healthcheck transient [--delete-expired] [--delete-all]
wp healthcheck server
wp healthcheck ssl
