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

WordPress Trac noreply at wordpress.org
Wed May 27 08:06:38 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:  has-patch has-unit-tests  |     Focuses:
--------------------------------------+-----------------------

Comment (by gziolo):

 Thanks both @karunyachavan84 and @khokansardar for the proposed PRs here.
 We now have two open implementations that are very similar in scope, with
 the main differences being around the final shape and semantics of the
 cached Site Health summary. In particular, [https://github.com/WordPress
 /wordpress-develop/pull/11834 PR#11834] adds a timestamp/freshness signal
 and is a bit more defensive about not preserving stale issue details when
 the latest counts no longer indicate actionable issues, while
 [https://github.com/WordPress/wordpress-develop/pull/11833 PR#11833] keeps
 the issue payload closer to the raw cached Site Health data shape.

 I think we should narrow this down before iterating too much further. One
 possible next step would be to split the work into two smaller pieces:
 first extend the Site Health caching mechanism to persist the counts plus
 actionable issue summaries, since that part looks largely aligned across
 both PRs. Next, follow up with the Abilities API changes in a separate PR,
 using the discussion here and the current implementations to decide the
 final response shape. That might keep the feedback loop more focused and
 make it easier to review the cache behavior separately from the public
 ability contract.

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


More information about the wp-trac mailing list