[wp-trac] [WordPress Trac] #65232: Abilities API: Add a fast site health summary to `core/get-environment-info`

WordPress Trac noreply at wordpress.org
Thu May 14 09:11:32 UTC 2026


#65232: Abilities API: Add a fast site health summary to `core/get-environment-
info`
---------------------------+-----------------------
 Reporter:  gziolo         |       Owner:  gziolo
     Type:  enhancement    |      Status:  assigned
 Priority:  normal         |   Milestone:  7.1
Component:  Abilities API  |     Version:  6.9
 Severity:  normal         |  Resolution:
 Keywords:                 |     Focuses:
---------------------------+-----------------------

Comment (by karunyachavan84):

 While reviewing this, I noticed that the existing `health-check-site-
 status-result` transient currently only stores aggregate counts (`good`,
 `recommended`, `critical`) and does not persist the underlying issue
 details needed for the proposed `site_health.issues` response (`label`,
 `severity`, `recommendation`).
 Since the proposal also explicitly requires that `site_health` be
 populated entirely from cached data and never trigger synchronous Site
 Health tests, it seems like we would first need to expand the Site Health
 caching mechanism itself (likely during the scheduled health check cron
 run and related persistence flows) to store normalized actionable issue
 summaries alongside the counts.
 Just wanted to confirm whether that scope expansion is expected here, or
 if there’s another existing cached source I may be missing.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/65232#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list