Note: Starting with this release, the release names will be date-based (e.g. 2025-03-17
) as opposed to version-based (e.g. 3.9.0
). This is because there is not always a Performance Lab plugin release involved, such as is the case here.
The following plugins are part of this release:
Embed Optimizer 1.0.0-beta2
Enhancements
- Update
OD_HTML_Tag_Processor::next_tag()
to allow$query
arg and prepare to skip visiting tag closers by default. (1872) - Expose the logging functions to client-side extensions and automatically account for the value of
isDebug
. (1895)
Image Prioritizer 1.0.0-beta2
Enhancements
- Update
OD_HTML_Tag_Processor::next_tag()
to allow$query
arg and prepare to skip visiting tag closers by default. (1872) - Expose the logging functions to client-side extensions and automatically account for the value of
isDebug
. (1895)
Bug Fixes
- Fix URL encoding in Link HTTP response header. (1907)
- Fix unpredictable LCP element being identified in a URL Metric Group. ([1903]
(#1903))
Optimization Detective 1.0.0-beta3
Enhancements
- Fire actions before and after Optimization Detective processes a document. (1919)
- Update
OD_HTML_Tag_Processor::next_tag()
to allow$query
arg and prepare to skip visiting tag closers by default. (1872) - Expose the logging functions to client-side extensions and automatically account for the value of
isDebug
. (1895) - Update URL Metric storage REST API endpoint to return status code
423 Locked
instead of403 Forbidden
. (1863) - De-duplicate logic between REST API and URL Metrics post type. (1867)
Bug Fixes
- Fix URL encoding in Link HTTP response header. (1907)
- Fix triggering post update actions after storing a URL Metric and refactor REST API endpoint logic into class. (1865)
- Fix unpredictable LCP element being identified in a URL Metric Group. (1903)
- Handle missing Web Crypto API in non-HTTPS contexts when generating the already-submitted
sessionStorage
key. (1911)
Modern Image Formats (webp-uploads
) 2.5.1
Bug Fixes
- Fix Modern Image Format not cropping image if crop is an array. (1887)
- Fix incorrect image size selection in
PICTURE
element. (1885)
Speculative Loading (speculation-rules
) 1.5.0
Enhancements
- Add support for Speculative Loading WP Core API, loading the plugin's own API implementation conditionally. (1883)