From f6a4ecb82f45c2ed9771bb1ac00cb4b1f9d1542a Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 20 Mar 2023 03:09:40 +0600 Subject: [PATCH 1/2] Add FlyingPress / performance, wp-plugin --- .../webextension/images/icons/FlyingPress.svg | 39 +++++++++++++++++++ src/technologies/f.json | 16 ++++++++ 2 files changed, 55 insertions(+) create mode 100644 src/drivers/webextension/images/icons/FlyingPress.svg diff --git a/src/drivers/webextension/images/icons/FlyingPress.svg b/src/drivers/webextension/images/icons/FlyingPress.svg new file mode 100644 index 000000000..edefb0767 --- /dev/null +++ b/src/drivers/webextension/images/icons/FlyingPress.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/technologies/f.json b/src/technologies/f.json index a8cb77332..99e68df43 100644 --- a/src/technologies/f.json +++ b/src/technologies/f.json @@ -1147,6 +1147,22 @@ "scriptSrc": "/wp-content/plugins/flying-pages/.+\\.js(?:\\?ver=([\\d\\.]+))?\\;version:\\1", "website": "https://wordpress.org/plugins/flying-pages/" }, + "FlyingPress": { + "cats": [ + 87, + 92 + ], + "description": "FlyingPress is a WordPress plugin that helps to improve website performance by optimising various aspects of a WordPress site. The plugin offers a range of features, including caching, image optimisation, lazy loading, database optimisation, and more.", + "dom": "link[href*='/wp-content/plugins/flying-press/']", + "icon": "Flying Pages.svg", + "requires": "WordPress", + "scriptSrc": "/wp-content/plugins/flying-press/", + "pricing": [ + "low", + "recurring" + ], + "website": "https://flying-press.com" + }, "Flyspray": { "cats": [ 13 From d1919f6bdee77a3d7fe61c40000df70426287327 Mon Sep 17 00:00:00 2001 From: nurbek Date: Mon, 20 Mar 2023 03:11:31 +0600 Subject: [PATCH 2/2] fix --- src/technologies/f.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/f.json b/src/technologies/f.json index 99e68df43..230661fbb 100644 --- a/src/technologies/f.json +++ b/src/technologies/f.json @@ -1154,7 +1154,7 @@ ], "description": "FlyingPress is a WordPress plugin that helps to improve website performance by optimising various aspects of a WordPress site. The plugin offers a range of features, including caching, image optimisation, lazy loading, database optimisation, and more.", "dom": "link[href*='/wp-content/plugins/flying-press/']", - "icon": "Flying Pages.svg", + "icon": "FlyingPress.svg", "requires": "WordPress", "scriptSrc": "/wp-content/plugins/flying-press/", "pricing": [