From c9957aac5dc0f8ff9b61f11706c6bdae404af925 Mon Sep 17 00:00:00 2001 From: nurbek Date: Fri, 25 Mar 2022 23:52:36 +0600 Subject: [PATCH] Add Priority Hints / performance --- src/technologies/p.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/technologies/p.json b/src/technologies/p.json index 4aa756991..043dd2961 100644 --- a/src/technologies/p.json +++ b/src/technologies/p.json @@ -2019,6 +2019,15 @@ "scriptSrc": "static\\.cdn\\.printful\\.com", "website": "https://www.printful.com/" }, + "Priority Hints": { + "cats": [ + 92 + ], + "description": "Priority Hints exposes a mechanism for developers to signal a relative priority for browsers to consider when fetching resources.", + "icon": "default.svg", + "dom":"iframe[fetchpriority], img[fetchpriority], script[fetchpriority], link[fetchpriority]", + "website": "https://wicg.github.io/priority-hints/" + }, "Prism": { "cats": [ 19