Skip to content

Commit

Permalink
Merge branch 'main' into add/embed-optimizer
Browse files Browse the repository at this point in the history
  • Loading branch information
tunetheweb authored Aug 12, 2024
2 parents ea9dd48 + d9f3e57 commit e13b767
Show file tree
Hide file tree
Showing 8 changed files with 56 additions and 0 deletions.
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.
13 changes: 13 additions & 0 deletions src/technologies/i.json
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,19 @@
"scriptSrc": "template-assets\\.iluria\\.com/commons/",
"website": "https://www.iluria.com.br"
},
"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 e13b767

Please sign in to comment.