From 8e332586498d82b64782ecf919319af5df796fd9 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 25 Feb 2023 07:36:36 +0600 Subject: [PATCH 1/2] Add Flying Pages,Analytics,Images / wp-plugin, performance --- .../images/icons/Flying Pages.svg | 11 +++++ src/technologies/f.json | 40 +++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Flying Pages.svg diff --git a/src/drivers/webextension/images/icons/Flying Pages.svg b/src/drivers/webextension/images/icons/Flying Pages.svg new file mode 100644 index 000000000..d26f6c6ac --- /dev/null +++ b/src/drivers/webextension/images/icons/Flying Pages.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/src/technologies/f.json b/src/technologies/f.json index bd789e68f..10e97397a 100644 --- a/src/technologies/f.json +++ b/src/technologies/f.json @@ -1071,6 +1071,46 @@ ], "website": "https://fly.io" }, + "Flying Analytics": { + "cats": [ + 87 + ], + "description": "Flying Analytics is a performance optimisation plugin for WordPress websites designed to reduce page load times and improve the user experience.", + "dom": "link[href*='/wp-content/plugins/flying-analytics/']", + "icon": "default.svg", + "requires": "WordPress", + "scriptSrc": "/wp-content/plugins/flying-analytics/.+\\.js(?:\\?ver=([\\d\\.]+))?\\;version:\\1", + "website": "https://wordpress.org/plugins/flying-analytics/" + }, + "Flying Pages": { + "cats": [ + 87, + 92 + ], + "description": "Flying Pages is a performance optimisation plugin for WordPress websites designed to reduce page load times and improve the user experience.", + "dom": "link[href*='/wp-content/plugins/flying-pages/']", + "icon": "Flying Pages.svg", + "requires": "WordPress", + "js": { + "flyingPages": "" + }, + "scriptSrc": "/wp-content/plugins/flying-pages/.+\\.js(?:\\?ver=([\\d\\.]+))?\\;version:\\1", + "website": "https://wordpress.org/plugins/flying-pages/" + }, + "Flying Images": { + "cats": [ + 87 + ], + "description": "Flying Images is a performance optimisation plugin for WordPress websites designed to reduce page load times and improve the user experience.", + "dom": "link[href*='/wp-content/plugins/nazy-load/']", + "icon": "default.svg", + "requires": "WordPress", + "js": { + "flyingImages": "" + }, + "scriptSrc": "/wp-content/plugins/nazy-load/.+\\.js(?:\\?ver=([\\d\\.]+))?\\;version:\\1", + "website": "https://wordpress.org/plugins/nazy-load/" + }, "Flyspray": { "cats": [ 13 From 63ffe9ae2034e6917f0601ed0545b1ff33a8548a Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 25 Feb 2023 07:39:37 +0600 Subject: [PATCH 2/2] improve --- src/technologies/f.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/technologies/f.json b/src/technologies/f.json index 10e97397a..8b2a236dc 100644 --- a/src/technologies/f.json +++ b/src/technologies/f.json @@ -1079,7 +1079,7 @@ "dom": "link[href*='/wp-content/plugins/flying-analytics/']", "icon": "default.svg", "requires": "WordPress", - "scriptSrc": "/wp-content/plugins/flying-analytics/.+\\.js(?:\\?ver=([\\d\\.]+))?\\;version:\\1", + "scriptSrc": "/wp-content/plugins/flying-analytics/", "website": "https://wordpress.org/plugins/flying-analytics/" }, "Flying Pages": { @@ -1102,13 +1102,11 @@ 87 ], "description": "Flying Images is a performance optimisation plugin for WordPress websites designed to reduce page load times and improve the user experience.", - "dom": "link[href*='/wp-content/plugins/nazy-load/']", "icon": "default.svg", "requires": "WordPress", "js": { "flyingImages": "" }, - "scriptSrc": "/wp-content/plugins/nazy-load/.+\\.js(?:\\?ver=([\\d\\.]+))?\\;version:\\1", "website": "https://wordpress.org/plugins/nazy-load/" }, "Flyspray": {