File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ The feature plugins which are currently featured by this plugin are:
11
11
12
12
Plugin | Slug | Experimental | Links
13
13
--------------------------------|---------------------------|--------------|-------------
14
+ [ Embed Optimizer] [ 5 ] | ` embed-optimizer ` | No | [ Source] [ 13 ] , [ Issues] [ 21 ] , [ PRs] [ 29 ]
14
15
[ Image Placeholders] [ 1 ] | ` dominant-color-images ` | No | [ Source] [ 9 ] , [ Issues] [ 17 ] , [ PRs] [ 25 ]
16
+ [ Image Prioritizer] [ 7 ] | ` image-prioritizer ` | No | [ Source] [ 15 ] , [ Issues] [ 23 ] , [ PRs] [ 31 ]
15
17
[ Modern Image Formats] [ 2 ] | ` webp-uploads ` | No | [ Source] [ 10 ] , [ Issues] [ 18 ] , [ PRs] [ 26 ]
16
18
[ Performant Translations] [ 3 ] | ` performant-translations ` | No | [ Source] [ 11 ] , [ Issues] [ 19 ] , [ PRs] [ 27 ]
17
19
[ Speculative Loading] [ 4 ] | ` speculation-rules ` | No | [ Source] [ 12 ] , [ Issues] [ 20 ] , [ PRs] [ 28 ]
18
- [ Embed Optimizer] [ 5 ] | ` embed-optimizer ` | Yes | [ Source] [ 13 ] , [ Issues] [ 21 ] , [ PRs] [ 29 ]
19
20
[ Enhanced Responsive Images] [ 6 ] | ` auto-sizes ` | Yes | [ Source] [ 14 ] , [ Issues] [ 22 ] , [ PRs] [ 30 ]
20
- [ Image Prioritizer] [ 7 ] | ` image-prioritizer ` | Yes | [ Source] [ 15 ] , [ Issues] [ 23 ] , [ PRs] [ 31 ]
21
21
[ Web Worker Offloading] [ 8 ] | ` web-worker-offloading ` | Yes | [ Source] [ 16 ] , [ Issues] [ 24 ] , [ PRs] [ 32 ]
22
22
23
23
[ 1 ] : https://wordpress.org/plugins/dominant-color-images/
Original file line number Diff line number Diff line change @@ -104,11 +104,11 @@ function perflab_get_standalone_plugin_data(): array {
104
104
),
105
105
'embed-optimizer ' => array (
106
106
'constant ' => 'EMBED_OPTIMIZER_VERSION ' ,
107
- 'experimental ' => true ,
107
+ 'experimental ' => false ,
108
108
),
109
109
'image-prioritizer ' => array (
110
110
'constant ' => 'IMAGE_PRIORITIZER_VERSION ' ,
111
- 'experimental ' => true ,
111
+ 'experimental ' => false ,
112
112
),
113
113
'performant-translations ' => array (
114
114
'constant ' => 'PERFORMANT_TRANSLATIONS_VERSION ' ,
You can’t perform that action at this time.
0 commit comments