Skip to content

Commit

Permalink
Merge branch 'main' into extension-cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
max-ostapenko authored Oct 30, 2024
2 parents 6bb76d7 + 813bbf5 commit 2732a31
Show file tree
Hide file tree
Showing 10 changed files with 43 additions and 13 deletions.
1 change: 1 addition & 0 deletions src/images/icons/web-worker-offloading.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/icons/wp-cloud.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/technologies/e.json
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,7 @@
87,
92
],
"description": "Performance plugin from the WordPress Performance Group, which optimizes embeds by lazy loading them only as they come into view.",
"description": "Performance plugin from the WordPress Performance Team, which optimizes embeds by lazy loading them only as they come into view.",
"icon": "embed-optimizer.svg",
"meta": {
"generator": "^embed-optimizer ([\\d.]+)?\\;version:\\1"
Expand Down Expand Up @@ -1145,7 +1145,7 @@
87,
92
],
"description": "Performance plugin from the WordPress Performance Group, which improves image sizes attribute accuracy and implements the HTML spec for adding sizes='auto' to lazy loaded images.",
"description": "Performance plugin from the WordPress Performance Team, which improves image sizes attribute accuracy and implements the HTML spec for adding sizes='auto' to lazy loaded images.",
"icon": "enhanced-image-sizes.svg",
"meta": {
"generator": "^auto-sizes ([\\d.]+)?\\;version:\\1"
Expand Down
4 changes: 2 additions & 2 deletions src/technologies/i.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@
87,
92
],
"description": "Performance plugin from the WordPress Performance Group, which determines and stores the dominant color for newly uploaded images in the media library, then uses that as a placeholder background during front end image loads.",
"description": "Performance plugin from the WordPress Performance Team, which determines and stores the dominant color for newly uploaded images in the media library, then uses that as a placeholder background during front end image loads.",
"icon": "dominant-color-images.svg",
"meta": {
"generator": "^dominant-color-images ([\\d.]+)?\\;version:\\1"
Expand All @@ -319,7 +319,7 @@
87,
92
],
"description": "Performance plugin from the WordPress Performance Group, which optimizes the loading of images which are the LCP (Largest Contentful Paint) element, including both img elements and elements with CSS background images.",
"description": "Performance plugin from the WordPress Performance Team, which optimizes the loading of images which are the LCP (Largest Contentful Paint) element, including both img elements and elements with CSS background images.",
"icon": "image-prioritizer.svg",
"meta": {
"generator": "^image-prioritizer ([\\d.]+)?\\;version:\\1"
Expand Down
2 changes: 1 addition & 1 deletion src/technologies/m.json
Original file line number Diff line number Diff line change
Expand Up @@ -2328,7 +2328,7 @@
87,
92
],
"description": "Performance plugin from the WordPress Performance Group, which adds support for outputting images in WebP or AVIF format and supports the `picture` element to enable format fallbacks.",
"description": "Performance plugin from the WordPress Performance Team, which adds support for outputting images in WebP or AVIF format and supports the `picture` element to enable format fallbacks.",
"icon": "modern-image-formats.svg",
"meta": {
"generator": "^webp-uploads ([\\d.]+)?\\;version:\\1"
Expand Down
2 changes: 1 addition & 1 deletion src/technologies/o.json
Original file line number Diff line number Diff line change
Expand Up @@ -1277,7 +1277,7 @@
87,
92
],
"description": "Performance plugin from the WordPress Performance Group, which captures real user metrics about what elements are displayed on the page across a variety of device form factors (e.g. desktop, tablet, and phone) in order to apply loading optimizations.",
"description": "Performance plugin from the WordPress Performance Team, which captures real user metrics about what elements are displayed on the page across a variety of device form factors (e.g. desktop, tablet, and phone) in order to apply loading optimizations.",
"icon": "optimization-detective.svg",
"meta": {
"generator": "^optimization-detective ([\\d.]+)?\\;version:\\1"
Expand Down
4 changes: 2 additions & 2 deletions src/technologies/p.json
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,7 @@
87,
92
],
"description": "Performance plugin from the WordPress Performance Group, which is a collection of standalone performance modules.",
"description": "Performance plugin from the WordPress Performance Team, which is a collection of standalone performance modules.",
"icon": "Performance Lab.svg",
"meta": {
"generator": "^(Performance Lab|performance-lab) ?([\\d.]+)?\\;version:\\2"
Expand All @@ -1109,7 +1109,7 @@
87,
92
],
"description": "Performance plugin from the WordPress Performance Group, which makes internationalization/localization in WordPress faster than ever before.",
"description": "Performance plugin from the WordPress Performance Team, which makes internationalization/localization in WordPress faster than ever before.",
"icon": "performant-translations.svg",
"meta": {
"generator": "^performant-translations ([\\d.]+)?\\;version:\\1"
Expand Down
9 changes: 5 additions & 4 deletions src/technologies/r.json
Original file line number Diff line number Diff line change
Expand Up @@ -633,9 +633,9 @@
"icon": "React Router.svg",
"implies": "React",
"oss": true,
"scriptSrc": [
"(?:/react-router(@|/)([\\d.]+)(?:/[a-z]+)?)?/react-router(?:\\.min)?\\.js\\;version:\\2"
],
"js": {
"__reactRouterVersion": "([\\d\\.]+)\\;version:\\1"
},
"website": "https://reactrouter.com"
},
"Reactive": {
Expand Down Expand Up @@ -1337,7 +1337,8 @@
"description": "Remix is a React framework used for server-side rendering (SSR).",
"icon": "Remix.svg",
"implies": [
"React"
"React",
"React Router"
],
"js": {
"__remixContext": ""
Expand Down
2 changes: 1 addition & 1 deletion src/technologies/s.json
Original file line number Diff line number Diff line change
Expand Up @@ -5159,7 +5159,7 @@
87,
92
],
"description": "Performance plugin from the WordPress Performance Group, which adds support for the Speculation Rules API, by which certain URLs are dynamically prefetched or prerendered based on user interaction.",
"description": "Performance plugin from the WordPress Performance Team, which adds support for the Speculation Rules API, by which certain URLs are dynamically prefetched or prerendered based on user interaction.",
"icon": "speculation-rules.svg",
"meta": {
"generator": "^speculation-rules ([\\d.]+)?\\;version:\\1"
Expand Down
28 changes: 28 additions & 0 deletions src/technologies/w.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,19 @@
"oss": true,
"website": "https://docs.ruby-lang.org/en/2.4.0/WEBrick.html"
},
"Web Worker Offloading": {
"cats": [
87,
92
],
"description": "Performance plugin from the WordPress Performance Team, which offloads JavaScript execution to a Web Worker, improving performance by freeing up the main thread.",
"icon": "web-worker-offloading.svg",
"meta": {
"generator": "^web-worker-offloading ([\\d.]+)?\\;version:\\1"
},
"requires": "WordPress",
"website": "https://wordpress.org/plugins/web-worker-offloading/"
},
"WEN Themes Education Hub": {
"cats": [
80
Expand Down Expand Up @@ -2503,5 +2516,20 @@
"requires": "WordPress",
"url": "^https?://[^/]+\\.wpcache\\.co",
"website": "https://wpcache.co"
},
"wp.cloud": {
"cats": [
62,
88
],
"description": "WordPress-first cloud hosting.",
"headers": {
"host-header": "wpcloud"
},
"icon": "wp-cloud.png",
"implies": [
"WordPress"
],
"website": "https://wp.cloud/"
}
}

0 comments on commit 2732a31

Please sign in to comment.