Skip to content

Commit

Permalink
chore: remove Lighthouse CI workaround (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlj95 authored Jun 24, 2024
1 parent dc48595 commit 63ad68a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .lighthouserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,5 @@ ci:
bf-cache: warn
csp-xss: warn
uses-responsive-images: warn
# 👇 There is an issue with this audit. Lighthouse CI 0.13 didn't take into account
# scoring changes in Lighthouse 11.4.
# https://github.com/GoogleChrome/lighthouse-ci/issues/994
# Manually patching to ensure total payloads are under the recommended value of 1,600 KiB
# https://developer.chrome.com/docs/lighthouse/performance/total-byte-weight
# https://github.com/GoogleChrome/lighthouse-ci/blob/19c7ca669fcb50c28de977dfdeefe3d4c43b014b/docs/configuration.md#assertions
total-byte-weight:
- error
- maxNumericValue: 1677721600 # 1600 * 1024 * 1024
upload:
target: temporary-public-storage

0 comments on commit 63ad68a

Please sign in to comment.