File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 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:
1111
1212Plugin | Slug | Experimental | Links
1313--------------------------------|---------------------------|--------------|-------------
14+ [ Embed Optimizer] [ 5 ] | ` embed-optimizer ` | No | [ Source] [ 13 ] , [ Issues] [ 21 ] , [ PRs] [ 29 ]
1415[ 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 ]
1517[ Modern Image Formats] [ 2 ] | ` webp-uploads ` | No | [ Source] [ 10 ] , [ Issues] [ 18 ] , [ PRs] [ 26 ]
1618[ Performant Translations] [ 3 ] | ` performant-translations ` | No | [ Source] [ 11 ] , [ Issues] [ 19 ] , [ PRs] [ 27 ]
1719[ 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 ]
1920[ 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 ]
2121[ Web Worker Offloading] [ 8 ] | ` web-worker-offloading ` | Yes | [ Source] [ 16 ] , [ Issues] [ 24 ] , [ PRs] [ 32 ]
2222
2323[ 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 {
104104),
105105'embed-optimizer ' => array (
106106'constant ' => 'EMBED_OPTIMIZER_VERSION ' ,
107- 'experimental ' => true ,
107+ 'experimental ' => false ,
108108),
109109'image-prioritizer ' => array (
110110'constant ' => 'IMAGE_PRIORITIZER_VERSION ' ,
111- 'experimental ' => true ,
111+ 'experimental ' => false ,
112112),
113113'performant-translations ' => array (
114114'constant ' => 'PERFORMANT_TRANSLATIONS_VERSION ' ,
You can’t perform that action at this time.
0 commit comments