File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Plugin | Slug | Experimental | Lin
20
20
[ Optimization Detective] [ 33 ] | ` optimization-detective ` | No | [ Source] [ 34 ] , [ Issues] [ 35 ] , [ PRs] [ 36 ]
21
21
[ Performant Translations] [ 3 ] | ` performant-translations ` | No | [ Source] [ 11 ] , [ Issues] [ 19 ] , [ PRs] [ 27 ]
22
22
[ Speculative Loading] [ 4 ] | ` speculation-rules ` | No | [ Source] [ 12 ] , [ Issues] [ 20 ] , [ PRs] [ 28 ]
23
- [ Enhanced Responsive Images] [ 6 ] | ` auto-sizes ` | Yes | [ Source] [ 14 ] , [ Issues] [ 22 ] , [ PRs] [ 30 ]
23
+ [ Enhanced Responsive Images] [ 6 ] | ` auto-sizes ` | No | [ Source] [ 14 ] , [ Issues] [ 22 ] , [ PRs] [ 30 ]
24
24
[ View Transitions] [ 37 ] | ` view-transitions ` | Yes | [ Source] [ 38 ] , [ Issues] [ 39 ] , [ PRs] [ 40 ]
25
25
[ Web Worker Offloading] [ 8 ] | ` web-worker-offloading ` | Yes | [ Source] [ 16 ] , [ Issues] [ 24 ] , [ PRs] [ 32 ]
26
26
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ function perflab_get_standalone_plugin_data(): array {
97
97
return array (
98
98
'auto-sizes ' => array (
99
99
'constant ' => 'IMAGE_AUTO_SIZES_VERSION ' ,
100
- 'experimental ' => true ,
100
+ 'experimental ' => false ,
101
101
),
102
102
'dominant-color-images ' => array (
103
103
'constant ' => 'DOMINANT_COLOR_IMAGES_VERSION ' ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ The feature plugins which are currently featured by this plugin are:
22
22
* [Optimization Detective](https://wordpress.org/plugins/optimization-detective/) (dependency for Embed Optimizer and Image Prioritizer)
23
23
* [Performant Translations](https://wordpress.org/plugins/performant-translations/)
24
24
* [Speculative Loading](https://wordpress.org/plugins/speculation-rules/)
25
- * [Enhanced Responsive Images](https://wordpress.org/plugins/auto-sizes/) _(experimental)_
25
+ * [Enhanced Responsive Images](https://wordpress.org/plugins/auto-sizes/)
26
26
* [View Transitions](https://wordpress.org/plugins/view-transitions/) _(experimental)_
27
27
* [Web Worker Offloading](https://wordpress.org/plugins/web-worker-offloading/) _(experimental)_
28
28
You can’t perform that action at this time.
0 commit comments