From 5dbad28e0755c05d9989c212dc6b39ba24a9ee40 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 25 Feb 2023 07:03:41 +0600 Subject: [PATCH] Add Perfmatters / wp-plugin,performance --- .../webextension/images/icons/Perfmatters.svg | 3 +++ src/technologies/p.json | 19 ++++++++++++++++++- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 src/drivers/webextension/images/icons/Perfmatters.svg diff --git a/src/drivers/webextension/images/icons/Perfmatters.svg b/src/drivers/webextension/images/icons/Perfmatters.svg new file mode 100644 index 000000000..46f1bc95f --- /dev/null +++ b/src/drivers/webextension/images/icons/Perfmatters.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/technologies/p.json b/src/technologies/p.json index b76982fed..85a488926 100644 --- a/src/technologies/p.json +++ b/src/technologies/p.json @@ -968,9 +968,26 @@ "scriptSrc": "/assets/themes/perfex/js/global\\.min\\.js(?:\\?v=(\\d+(?:\\.\\d+)+))?\\;version:\\1", "website": "https://www.perfexcrm.com" }, + "Perfmatters": { + "cats": [ + 87, + 92 + ], + "description": "Perfmatters is a performance optimisation plugin for WordPress websites.", + "icon": "Perfmatters.svg", + "requires": "WordPress", + "saas": true, + "scriptSrc": "/wp-content/(?:plugins|cache|uploads)/perfmatters/", + "pricing": [ + "low", + "recurring" + ], + "website": "https://perfmatters.io" + }, "Performance Lab": { "cats": [ - 87 + 87, + 92 ], "description": "Performance plugin from the WordPress Performance Group, which is a collection of standalone performance modules.", "icon": "Performance Lab.svg",