Skip to content

Commit

Permalink
Merge branch 'main' into add/image-placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
tunetheweb authored Aug 12, 2024
2 parents 725abd7 + d9f3e57 commit a301050
Show file tree
Hide file tree
Showing 8 changed files with 57 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/images/icons/image-prioritizer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/images/icons/optimization-detective.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/images/icons/performant-translations.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/images/icons/speculation-rules.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 14 additions & 1 deletion src/technologies/i.json
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@
"website": "https://www.iluria.com.br"
},
"Image Placeholders": {
"cats": [
"cats": [
87,
92
],
Expand All @@ -314,6 +314,19 @@
"requires": "WordPress",
"website": "https://wordpress.org/plugins/dominant-color-images/"
},
"Image Prioritizer": {
"cats": [
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.",
"icon": "image-prioritizer.svg",
"meta": {
"generator": "^image-prioritizer ([\\d.]+)?\\;version:\\1"
},
"requires": "WordPress",
"website": "https://wordpress.org/plugins/image-prioritizer/"
},
"Image Relay": {
"cats": [
95
Expand Down
13 changes: 13 additions & 0 deletions src/technologies/o.json
Original file line number Diff line number Diff line change
Expand Up @@ -1272,6 +1272,19 @@
"scriptSrc": "track\\.omguk\\.com",
"website": "https://www.optimisemedia.com"
},
"Optimization Detective": {
"cats": [
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.",
"icon": "optimization-detective.svg",
"meta": {
"generator": "^optimization-detective ([\\d.]+)?\\;version:\\1"
},
"requires": "WordPress",
"website": "https://wordpress.org/plugins/optimization-detective/"
},
"Optimizely": {
"cats": [
74,
Expand Down
13 changes: 13 additions & 0 deletions src/technologies/p.json
Original file line number Diff line number Diff line change
Expand Up @@ -1104,6 +1104,19 @@
"requires": "WordPress",
"website": "https://wordpress.org/plugins/performance-lab/"
},
"Performant Translations": {
"cats": [
87,
92
],
"description": "Performance plugin from the WordPress Performance Group, which makes internationalization/localization in WordPress faster than ever before.",
"icon": "performant-translations.svg",
"meta": {
"generator": "^performant-translations ([\\d.]+)?\\;version:\\1"
},
"requires": "WordPress",
"website": "https://wordpress.org/plugins/performant-translations/"
},
"PerimeterX": {
"cats": [
16
Expand Down
13 changes: 13 additions & 0 deletions src/technologies/s.json
Original file line number Diff line number Diff line change
Expand Up @@ -5154,6 +5154,19 @@
"scriptSrc": "/wp-content/plugins/ultimate-addons-for-gutenberg/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1",
"website": "https://wpspectra.com"
},
"Speculative Loading": {
"cats": [
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.",
"icon": "speculation-rules.svg",
"meta": {
"generator": "^speculation-rules ([\\d.]+)?\\;version:\\1"
},
"requires": "WordPress",
"website": "https://wordpress.org/plugins/speculation-rules/"
},
"Speed Kit": {
"cats": [
92
Expand Down

0 comments on commit a301050

Please sign in to comment.