Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove Lighthouse CI workaround #636

Merged
merged 1 commit into from
Jun 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading