From e297f0cb8db558701a097f99e0566fb60033f060 Mon Sep 17 00:00:00 2001 From: Curtis Mitchell Date: Wed, 5 Jun 2024 13:44:10 -0700 Subject: [PATCH 1/4] Revert GSA DAP to script instead of preconnect link --- _includes/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/head.html b/_includes/head.html index 431f27e7..e702b037 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -99,5 +99,5 @@ gtag('config', 'G-3P989H6XN2'); - + \ No newline at end of file From 3d121feb6442f9da4a83af65119a65be4f26de4c Mon Sep 17 00:00:00 2001 From: Curtis Mitchell Date: Wed, 5 Jun 2024 13:49:23 -0700 Subject: [PATCH 2/4] Load script asynchronously --- _includes/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/head.html b/_includes/head.html index e702b037..f83fb6f2 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -99,5 +99,5 @@ gtag('config', 'G-3P989H6XN2'); - + \ No newline at end of file From 535659a966cbea94ab2896332f0b84b135dfa9bb Mon Sep 17 00:00:00 2001 From: Curtis Mitchell Date: Wed, 5 Jun 2024 13:55:22 -0700 Subject: [PATCH 3/4] Remove preconnect Lighthouse check --- .github/lighthouse/lighthouserc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/lighthouse/lighthouserc.js b/.github/lighthouse/lighthouserc.js index 89e5ad15..fc6bf16f 100644 --- a/.github/lighthouse/lighthouserc.js +++ b/.github/lighthouse/lighthouserc.js @@ -25,6 +25,7 @@ module.exports = { "unused-css-rules": "off", "unused-javascript": "off", "uses-optimized-images": "off", + "uses-rel-preconnect": "off", // can't use with GSA DAP script "uses-responsive-images": "off", "uses-text-compression": "off" } From e2ce89d0bfa58c9c79c76b959b8dd6a81f6fa9f8 Mon Sep 17 00:00:00 2001 From: Curtis Mitchell Date: Wed, 5 Jun 2024 14:00:45 -0700 Subject: [PATCH 4/4] Remove offscreen-images check --- .github/lighthouse/lighthouserc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/lighthouse/lighthouserc.js b/.github/lighthouse/lighthouserc.js index fc6bf16f..1880e116 100644 --- a/.github/lighthouse/lighthouserc.js +++ b/.github/lighthouse/lighthouserc.js @@ -18,6 +18,7 @@ module.exports = { "image-size-responsive": "off", "link-text": "off", "maskable-icon": "off", + "offscreen-images": "off", "service-worker": "off", "splash-screen": "off", "themed-omnibox": "off",