[wp-trac] [WordPress Trac] #56041: Port Audit Full Page Cache from performance plugin to core
WordPress Trac
noreply at wordpress.org
Thu Sep 1 11:41:14 UTC 2022
#56041: Port Audit Full Page Cache from performance plugin to core
-------------------------------------------------+-------------------------
Reporter: furi3r | Owner: furi3r
Type: enhancement | Status: reopened
Priority: normal | Milestone: 6.1
Component: Site Health | Version:
Severity: normal | Resolution:
Keywords: has-patch has-unit-tests needs-dev- | Focuses:
note | performance
-------------------------------------------------+-------------------------
Comment (by costdev):
On my travels, I noticed that the documented `@param` for the
'site_status_page_cache_supported_cache_headers' filter was `int`, but
should be `array`.
Also suggest using `str_contains()` (polyfilled in WP 5.9) instead of
`false !== strpos()` for readability.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/56041#comment:16>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list