You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.txt
+22-2Lines changed: 22 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,10 @@ The Performance Lab plugin is a collection of modules focused on enhancing perfo
18
18
Currently the plugin includes the following performance modules:
19
19
20
20
* **WebP Uploads:** Creates WebP versions for new JPEG image uploads if supported by the server.
21
-
* **Persistent Object Cache Health Check:** Adds a persistent object cache check for sites with non-trivial amounts of data in Site Health status.
21
+
* **WebP Support:** Adds a WebP support check in Site Health status.
22
22
* **Audit Autoloaded Options:** Adds a check for autoloaded options in Site Health status.
23
23
* **Audit Enqueued Assets:** Adds a CSS and JS resource check in Site Health status.
24
-
* **WebP Support:** Adds a WebP support check in Site Health status.
24
+
* **Persistent Object Cache Health Check:** Adds a persistent object cache check for sites with non-trivial amounts of data in Site Health status.
25
25
26
26
== Installation ==
27
27
@@ -66,6 +66,26 @@ Contributions welcome! There are several ways to contribute:
66
66
67
67
== Changelog ==
68
68
69
+
= 1.1.0 =
70
+
71
+
**Features**
72
+
73
+
* Infrastructure: Add Performance Lab generator meta tag to `wp_head` output. ([322](https://github.com/WordPress/performance/pull/322))
74
+
75
+
**Enhancements**
76
+
77
+
* Images: Introduce filter `webp_uploads_pre_generate_additional_image_source` to short-circuit generating additional image sources on upload. ([318](https://github.com/WordPress/performance/pull/318))
78
+
* Images: Introduce filter `webp_uploads_pre_replace_additional_image_source` to short-circuit replacing additional image sources in frontend content. ([319](https://github.com/WordPress/performance/pull/319))
79
+
* Images: Refine logic to select smaller image file in the frontend based on `webp_uploads_prefer_smaller_image_file` filter. ([302](https://github.com/WordPress/performance/pull/302))
80
+
* Images: Replace the featured image with WebP version when available. ([316](https://github.com/WordPress/performance/pull/316))
81
+
* Site Health: Update Site Health Autoloaded options documentation link. ([313](https://github.com/WordPress/performance/pull/313))
82
+
* Infrastructure: Avoid unnecessarily early escape of Site Health check labels. ([332](https://github.com/WordPress/performance/pull/332))
83
+
84
+
**Bug Fixes**
85
+
86
+
* Object Cache: Correct label for persistent object cache Site Health check. ([329](https://github.com/WordPress/performance/pull/329))
87
+
* Images: Only update the specified target images when an image is edited. ([301](https://github.com/WordPress/performance/pull/301))
0 commit comments