From 9658de2fbafd47f72f503f84a7156991bb1a7dd2 Mon Sep 17 00:00:00 2001 From: Barry Pollard Date: Mon, 9 Jun 2025 12:23:22 +0100 Subject: [PATCH] Tempoarily turn off broken Lighthouse audits --- .github/lighthouse/lighthouse-config-dev.json | 3 +++ .github/lighthouse/lighthouse-config-prod.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/lighthouse/lighthouse-config-dev.json b/.github/lighthouse/lighthouse-config-dev.json index 169bbf7b036..b05238c5199 100644 --- a/.github/lighthouse/lighthouse-config-dev.json +++ b/.github/lighthouse/lighthouse-config-dev.json @@ -22,10 +22,13 @@ "is-crawlable": "off", "label-content-name-mismatch": "off", "largest-contentful-paint": "off", + "lcp-lazy-loaded": "off", "mainthread-work-breakdown": "off", "maskable-icon": "off", "max-potential-fid": "off", "modern-image-formats": "off", + "non-composited-animations": "off", + "prioritize-lcp-image": "off", "render-blocking-resources": "off", "server-response-time": "off", "service-worker": "off", diff --git a/.github/lighthouse/lighthouse-config-prod.json b/.github/lighthouse/lighthouse-config-prod.json index 7b75b523e9f..b7153dc5a88 100644 --- a/.github/lighthouse/lighthouse-config-prod.json +++ b/.github/lighthouse/lighthouse-config-prod.json @@ -23,10 +23,13 @@ "interactive": "off", "label-content-name-mismatch": "off", "largest-contentful-paint": "off", + "lcp-lazy-loaded": "off", "mainthread-work-breakdown": "off", "maskable-icon": "off", "max-potential-fid": "off", "modern-image-formats": "off", + "non-composited-animations": "off", + "prioritize-lcp-image": "off", "render-blocking-resources": "off", "server-response-time": "off", "service-worker": "off",