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",