WP_Site_Health
Methods
1 to 25 of 25
- WP_Site_Health::available_object_cache_services() – Returns a list of available persistent object cache services.
- WP_Site_Health::can_perform_loopback() – Runs a loopback test on the site.
- WP_Site_Health::check_for_page_caching() – Checks if site has page cache enabled or not.
- WP_Site_Health::detect_plugin_theme_auto_update_issues() – Check for potential issues with plugin and theme auto-updates.
- WP_Site_Health::enqueue_scripts() – Enqueues the site health scripts.
- WP_Site_Health::get_good_response_time_threshold() – Gets the threshold below which a response time is considered good.
- WP_Site_Health::get_page_cache_detail() – Gets page cache details.
- WP_Site_Health::get_page_cache_headers() – Returns a list of headers and its verification callback to verify if page cache is enabled or not.
- WP_Site_Health::get_test_authorization_header() – Tests if the Authorization header has the expected values.
- WP_Site_Health::get_test_file_uploads() – Test if ‘file_uploads’ directive in PHP.ini is turned off.
- WP_Site_Health::get_test_https_status() – Test if your site is serving content over HTTPS.
- WP_Site_Health::get_test_is_in_debug_mode() – Test if debug information is enabled.
- WP_Site_Health::get_test_page_cache() – Tests if a full page cache is available.
- WP_Site_Health::get_test_persistent_object_cache() – Tests if the site uses persistent object cache and recommends to use it if not.
- WP_Site_Health::get_test_php_extensions() – Tests if required PHP modules are installed on the host.
- WP_Site_Health::get_test_php_version() – Tests if the supplied PHP version is supported.
- WP_Site_Health::get_test_plugin_version() – Tests if plugins are outdated, or unnecessary.
- WP_Site_Health::get_test_rest_availability() – Tests if the REST API is accessible.
- WP_Site_Health::get_test_sql_server() – Tests if the SQL server is up to date.
- WP_Site_Health::get_test_theme_version() – Tests if themes are outdated, or unnecessary.
- WP_Site_Health::get_tests() – Returns a set of tests that belong to the site status page.
- WP_Site_Health::should_suggest_persistent_object_cache() – Determines whether to suggest using a persistent object cache.
- WP_Site_Health::show_site_health_tab() – Output the content of a tab in the Site Health screen.
- WP_Site_Health::test_php_extension_availability() – Check if the passed extension or function are available.
- WP_Site_Health::wp_cron_scheduled_check() – Run our scheduled event to check and update the latest site health status for the website.