From 7a6038432abd3d5599f9720ba96ca8dbb53e98f4 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 23 Apr 2022 20:54:01 +0600 Subject: [PATCH 1/2] Update Hyperspeed / performance, shopify-app --- src/technologies/h.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/technologies/h.json b/src/technologies/h.json index 85cadf710..ef16a03ad 100644 --- a/src/technologies/h.json +++ b/src/technologies/h.json @@ -1188,9 +1188,10 @@ }, "Hyperspeed": { "cats": [ - 92 + 92, + 100 ], - "description": "Fasterize is a website accelerator service.", + "description": "Hyperspeed is the most advanced speed booster for Shopify.", "icon": "Hyperspeed.png", "implies": "Shopify", "js": { @@ -1201,7 +1202,8 @@ "recurring" ], "saas": true, - "website": "https://www.hyperspeed.me/" + "scriptSrc": "cdn\\.shopify\\.com/.+/assets/hs-(?:instantload|lazysizes)\\.min\\.js", + "website": "https://www.hyperspeed.me" }, "Hypervisual Page Builder": { "cats": [ From 6a935b980b0aed82494b86e583a0111bd32da650 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sat, 23 Apr 2022 21:17:34 +0600 Subject: [PATCH 2/2] add implies instant.page --- src/technologies/h.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/technologies/h.json b/src/technologies/h.json index ef16a03ad..000257e3d 100644 --- a/src/technologies/h.json +++ b/src/technologies/h.json @@ -1193,7 +1193,10 @@ ], "description": "Hyperspeed is the most advanced speed booster for Shopify.", "icon": "Hyperspeed.png", - "implies": "Shopify", + "implies": [ + "Shopify", + "Instant.Page" + ], "js": { "hyperscripts": "" },