-
Notifications
You must be signed in to change notification settings - Fork 384
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate with Site Health Check #2199
Comments
Site Health does that by default because of cron. Perhaps that check is already enough. |
See also #2006 (Add warning when a site is not served via HTTPS) |
Every warning that we're showing in the plugin admin screen should also be shown in Site Health. |
Request To Work On This Hi @westonruter, Could I work on this? Thanks! |
Yes, please. |
Something that has come up twice recently (1, 2, 3) is a deprecation notice:
We may want to consider adding a Site Health check for outdated ICU version. /cc @schlessera It was noted by @swissspidy that:
|
Something else which may end up needing to be tested for is whether zlib output compression is enabled, as apparently this breaks the output buffer processing. Awaiting to confirm. See https://wordpress.org/support/topic/links-and-buttons-are-disabled/#post-12161184 |
Verified in QA |
There are some opportunities for the AMP plugin to integrate with the Site Health Check in 5.2, including both status and info:
curl_multi_*
functions aren't available (Remove requirement that curl multi functions exist #2423)....
We should include as much information as is helpful to debug issues that are reported on the forums.
The text was updated successfully, but these errors were encountered: