-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
52,282 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
[ | ||
{ | ||
"name": "maxLength", | ||
"expected": 0, | ||
"actual": 37, | ||
"values": [ | ||
37, | ||
71, | ||
71 | ||
], | ||
"operator": "<=", | ||
"passed": false, | ||
"auditId": "modern-image-formats", | ||
"level": "warn", | ||
"url": "http://localhost:3000/", | ||
"auditTitle": "Serve images in next-gen formats", | ||
"auditDocumentationLink": "https://developer.chrome.com/docs/lighthouse/performance/uses-webp-images/" | ||
}, | ||
{ | ||
"name": "maxLength", | ||
"expected": 0, | ||
"actual": 3, | ||
"values": [ | ||
3, | ||
3, | ||
3 | ||
], | ||
"operator": "<=", | ||
"passed": false, | ||
"auditId": "uses-long-cache-ttl", | ||
"level": "warn", | ||
"url": "http://localhost:3000/", | ||
"auditTitle": "Serve static assets with an efficient cache policy", | ||
"auditDocumentationLink": "https://developer.chrome.com/docs/lighthouse/performance/uses-long-cache-ttl/" | ||
}, | ||
{ | ||
"name": "maxLength", | ||
"expected": 0, | ||
"actual": 24, | ||
"values": [ | ||
24, | ||
46, | ||
46 | ||
], | ||
"operator": "<=", | ||
"passed": false, | ||
"auditId": "uses-optimized-images", | ||
"level": "error", | ||
"url": "http://localhost:3000/", | ||
"auditTitle": "Efficiently encode images", | ||
"auditDocumentationLink": "https://developer.chrome.com/docs/lighthouse/performance/uses-optimized-images/" | ||
}, | ||
{ | ||
"name": "maxLength", | ||
"expected": 0, | ||
"actual": 40, | ||
"values": [ | ||
40, | ||
76, | ||
76 | ||
], | ||
"operator": "<=", | ||
"passed": false, | ||
"auditId": "uses-responsive-images", | ||
"level": "error", | ||
"url": "http://localhost:3000/", | ||
"auditTitle": "Properly size images", | ||
"auditDocumentationLink": "https://developer.chrome.com/docs/lighthouse/performance/uses-responsive-images/" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"preset":"desktop","chromeFlags":" --headless=new --headless=new --headless=new --headless=new --headless=new --headless=new"} |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"http://localhost:3000/": "https://storage.googleapis.com/lighthouse-infrastructure.appspot.com/reports/1719062885364-53315.report.html" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,15 @@ | ||
{ | ||
"ci": { | ||
"assert": { | ||
"preset": "lighthouse:recommended" | ||
}, | ||
"collect": { | ||
"startServerCommand": "pnpm build && pnpm preview --port 3000", | ||
"url": ["http://localhost:3000/"], | ||
"startServerCommand": "pnpm preview --port 3000" | ||
"numberOfRuns": 3 | ||
}, | ||
"upload": { | ||
"target": "temporary-public-storage" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.