Actions
Bug #14299
closedRemove Site Health scheduled task
Status:
Resolved
Priority name:
Normal
Assignee:
Category name:
WordPress (misc)
Target version:
Start date:
2021-04-09
Due date:
% Done:
0%
Estimated time:
Deployment actions:
Description
WordPress introduced a Site Health feature in v5.2:
https://make.wordpress.org/core/2019/04/25/site-health-check-in-5-2/
This feature adds a weekly scheduled task to determine if WordPress is optimized. The problem is this task is registered for every site on the Commons, which can bog down and overwhelm Cavalcade, our scheduled task runner (see #14276).
Also on a multisite install, only a network admin can view the Site Health page, which means this scheduled task is completely unnecessary.
Related issues
Updated by Raymond Hoh over 3 years ago
- Related to Bug #14276: Increase number of workers in Cavalcade added
Updated by Raymond Hoh over 3 years ago
- Related to Bug #9930: wp_privacy_delete_old_export_files runs a bazillion times added
Updated by Raymond Hoh over 3 years ago
- Status changed from New to Resolved
Fixed in https://github.com/cuny-academic-commons/cac/commit/9d53060e24cc99baf63142f0fb6077f70fca64c7 and deployed as a hotfix.
Actions