3.5.0
Update: v3.5.1 was released shortly after this to fix a bug with installing Image Prioritizer from the Performance features screen.
There are 5 plugins included with this release:
Performance Lab (performance-lab
) v3.5.0
Enhancements
- Add Web Worker Offloading to list of Performance features. (1577)
- Only store info for relevant standalone plugins in the transient cache. (1573)
- Use a single WordPress.org API request to get information for all plugins. (1562)
Embed Optimizer (embed-optimizer
) v0.3.0
Enhancements
- Leverage URL metrics to reserve space for embeds to reduce CLS. (1373)
- Avoid lazy-loading images and embeds unless there are URL Metrics for both mobile and desktop. (1604)
Image Prioritizer (image-prioritizer
) v0.2.0
Enhancements
- Lazy load videos and video posters. (1596)
- Prioritize loading poster image of video LCP elements. (1498)
- Choose smaller video poster image size based on actual dimensions. (1595)
- Add fetchpriority=low to occluded initial-viewport images (e.g. images in hidden carousel slides). (1482)
- Avoid lazy-loading images and embeds unless there are URL Metrics for both mobile and desktop. (1604)
Optimization Detective (optimization-detective
) v0.7.0
Enhancements
- Send gathered URL metric data when the page is hidden/unloaded as opposed to once the page has loaded; this enables the ability to track layout shifts and INP scores over the life of the page. (1373)
- Introduce client-side extensions in the form of script modules which are loaded when the detection logic runs. (1373)
- Add an
od_init
action for extensions to load their code. (1373) - Introduce
OD_Element
class and improve PHP API. (1585) - Add group collection helper methods to get the first/last groups. (1602)
Bug Fixes
- Fix Optimization Detective compatibility with WooCommerce when Coming Soon page is served. (1565)
- Fix storage of URL Metric when plain non-pretty permalinks are enabled. (1574)
Web Worker Offloading (web-worker-offloading
) v0.1.1
Enhancements
- Add Web Worker Offloading meta generator. (1598)