1
1
# Performance Lab
2
2
![ Performance Lab plugin banner with icon] ( https://github.com/WordPress/performance/assets/10103365/99d37ba5-27e3-47ea-8ab8-48de75ee69bf )
3
3
4
+ [ ![ codecov] ( https://codecov.io/gh/WordPress/performance/graph/badge.svg?token=zQv52K2LWz )] ( https://codecov.io/gh/WordPress/performance )
5
+
4
6
Monorepo for the [ WordPress Performance Team] ( https://make.wordpress.org/performance/ ) , primarily for the Performance Lab plugin, which is a collection of standalone performance features.
5
7
6
8
Details about the Performance Lab plugin, including instructions for getting started and contributing, are available in the [ Performance Team Handbook here] ( https://make.wordpress.org/performance/handbook/performance-lab/ ) .
@@ -19,6 +21,7 @@ Plugin | Slug | Experimental | Lin
19
21
[ Performant Translations] [ 3 ] | ` performant-translations ` | No | [ Source] [ 11 ] , [ Issues] [ 19 ] , [ PRs] [ 27 ]
20
22
[ Speculative Loading] [ 4 ] | ` speculation-rules ` | No | [ Source] [ 12 ] , [ Issues] [ 20 ] , [ PRs] [ 28 ]
21
23
[ Enhanced Responsive Images] [ 6 ] | ` auto-sizes ` | Yes | [ Source] [ 14 ] , [ Issues] [ 22 ] , [ PRs] [ 30 ]
24
+ [ View Transitions] [ 37 ] | ` view-transitions ` | Yes | [ Source] [ 38 ] , [ Issues] [ 39 ] , [ PRs] [ 40 ]
22
25
[ Web Worker Offloading] [ 8 ] | ` web-worker-offloading ` | Yes | [ Source] [ 16 ] , [ Issues] [ 24 ] , [ PRs] [ 32 ]
23
26
24
27
[ 1 ] : https://wordpress.org/plugins/dominant-color-images/
@@ -30,6 +33,7 @@ Plugin | Slug | Experimental | Lin
30
33
[ 7 ] : https://wordpress.org/plugins/image-prioritizer/
31
34
[ 8 ] : https://wordpress.org/plugins/web-worker-offloading/
32
35
[ 33 ] : https://wordpress.org/plugins/optimization-detective/
36
+ [ 37 ] : https://wordpress.org/plugins/view-transitions/
33
37
34
38
[ 9 ] : https://github.com/WordPress/performance/tree/trunk/plugins/dominant-color-images
35
39
[ 10 ] : https://github.com/WordPress/performance/tree/trunk/plugins/webp-uploads
@@ -40,6 +44,7 @@ Plugin | Slug | Experimental | Lin
40
44
[ 15 ] : https://github.com/WordPress/performance/tree/trunk/plugins/image-prioritizer
41
45
[ 16 ] : https://github.com/WordPress/performance/tree/trunk/plugins/web-worker-offloading
42
46
[ 34 ] : https://github.com/WordPress/performance/tree/trunk/plugins/optimization-detective
47
+ [ 38 ] : https://github.com/WordPress/performance/tree/trunk/plugins/view-transitions
43
48
44
49
[ 17 ] : https://github.com/WordPress/performance/issues?q=is%3Aopen+label%3A%22%5BPlugin%5D+Image+Placeholders%22
45
50
[ 18 ] : https://github.com/WordPress/performance/issues?q=is%3Aopen+label%3A%22%5BPlugin%5D+Modern+Image+Formats%22
@@ -50,6 +55,7 @@ Plugin | Slug | Experimental | Lin
50
55
[ 23 ] : https://github.com/WordPress/performance/issues?q=is%3Aopen+label%3A%22%5BPlugin%5D+Image+Prioritizer%22
51
56
[ 24 ] : https://github.com/WordPress/performance/issues?q=is%3Aopen%20label%3A%22%5BPlugin%5D%20Web%20Worker%20Offloading%22
52
57
[ 35 ] : https://github.com/WordPress/performance/issues?q=is%3Aopen%20label%3A%22%5BPlugin%5D%20Optimization%20Detective%22
58
+ [ 39 ] : https://github.com/WordPress/performance/issues?q=is%3Aopen%20label%3A%22%5BPlugin%5D%20View%20Transitions%22
53
59
54
60
[ 25 ] : https://github.com/WordPress/performance/pulls?q=is%3Apr+is%3Aopen+label%3A%22%5BPlugin%5D+Image+Placeholders%22
55
61
[ 26 ] : https://github.com/WordPress/performance/pulls?q=is%3Apr+is%3Aopen+label%3A%22%5BPlugin%5D+Modern+Image+Formats%22
@@ -60,5 +66,6 @@ Plugin | Slug | Experimental | Lin
60
66
[ 31 ] : https://github.com/WordPress/performance/pulls?q=is%3Apr+is%3Aopen+label%3A%22%5BPlugin%5D+Image+Prioritizer%22
61
67
[ 32 ] : https://github.com/WordPress/performance/pulls?q=is%3Apr+is%3Aopen+label%3A%22%5BPlugin%5D+Web%20Worker%20Offloading%22
62
68
[ 36 ] : https://github.com/WordPress/performance/pulls?q=is%3Apr+is%3Aopen+label%3A%22%5BPlugin%5D+Optimization%20Detective%22
69
+ [ 40 ] : https://github.com/WordPress/performance/pulls?q=is%3Apr+is%3Aopen+label%3A%22%5BPlugin%5D+View%20Transitions%22
63
70
64
71
Note that the plugin names sometimes diverge from the plugin slugs due to scope changes. For example, a plugin's purpose may change as some of its features are merged into WordPress core.
0 commit comments