Skip to content

Commit 68c6deb

Browse files
authored
Merge pull request #1846 from WordPress/remove/experimental-flags
Remove experimental flags from Embed Optimizer and Image Prioritizer
2 parents 40e8c31 + b8d1019 commit 68c6deb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ The feature plugins which are currently featured by this plugin are:
1111

1212
Plugin | 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/

plugins/performance-lab/load.php

+2-2
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)