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

tests: fix golden LHR #5529

Merged
merged 1 commit into from
Jun 20, 2018
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
18 changes: 9 additions & 9 deletions lighthouse-core/test/results/sample_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
"time-to-first-byte": {
"id": "time-to-first-byte",
"title": "Keep server response times low (TTFB)",
"description": "Time To First Byte identifies the time at which your server sends a response. [Learn more](https://developers.google.com/web/tools/chrome-devtools/network-performance/issues).",
"description": "Time To First Byte identifies the time at which your server sends a response. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/ttfb).",
"score": 1,
"scoreDisplayMode": "binary",
"rawValue": 570.5630000000001,
Expand Down Expand Up @@ -461,7 +461,7 @@
"redirects": {
"id": "redirects",
"title": "Avoid multiple page redirects",
"description": "Redirects introduce additional delays before the page can be loaded. [Learn more](https://developers.google.com/speed/docs/insights/AvoidRedirects).",
"description": "Redirects introduce additional delays before the page can be loaded. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/redirects).",
"score": 1,
"scoreDisplayMode": "numeric",
"rawValue": 0,
Expand Down Expand Up @@ -561,7 +561,7 @@
"image-aspect-ratio": {
"id": "image-aspect-ratio",
"title": "Displays images with incorrect aspect ratio",
"description": "Image display dimensions should match natural aspect ratio.",
"description": "Image display dimensions should match natural aspect ratio. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/aspect-ratio).",
"score": 0,
"scoreDisplayMode": "binary",
"rawValue": false,
Expand Down Expand Up @@ -813,7 +813,7 @@
"uses-rel-preload": {
"id": "uses-rel-preload",
"title": "Preload key requests",
"description": "Consider using <link rel=preload> to prioritize fetching late-discovered resources sooner. [Learn more](https://developers.google.com/web/updates/2016/03/link-rel-preload).",
"description": "Consider using <link rel=preload> to prioritize fetching late-discovered resources sooner. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/preload).",
"score": 1,
"scoreDisplayMode": "numeric",
"rawValue": 0,
Expand Down Expand Up @@ -1725,7 +1725,7 @@
"uses-long-cache-ttl": {
"id": "uses-long-cache-ttl",
"title": "Uses inefficient cache policy on static assets",
"description": "A long cache lifetime can speed up repeat visits to your page. [Learn more](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/http-caching#cache-control).",
"description": "A long cache lifetime can speed up repeat visits to your page. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/cache-policy).",
"score": 0.58,
"scoreDisplayMode": "numeric",
"rawValue": 103455,
Expand Down Expand Up @@ -2010,7 +2010,7 @@
"unminified-css": {
"id": "unminified-css",
"title": "Minify CSS",
"description": "Minifying CSS files can reduce network payload sizes. [Learn more](https://developers.google.com/speed/docs/insights/MinifyResources).",
"description": "Minifying CSS files can reduce network payload sizes. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/minify-css).",
"score": 1,
"scoreDisplayMode": "numeric",
"rawValue": 0,
Expand Down Expand Up @@ -2151,7 +2151,7 @@
"uses-text-compression": {
"id": "uses-text-compression",
"title": "Enable text compression",
"description": "Text-based responses should be served with compression (gzip, deflate or brotli) to minimize total network bytes. [Learn more](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/optimize-encoding-and-transfer).",
"description": "Text-based responses should be served with compression (gzip, deflate or brotli) to minimize total network bytes. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/text-compression).",
"score": 0.88,
"scoreDisplayMode": "numeric",
"rawValue": 150,
Expand Down Expand Up @@ -2408,7 +2408,7 @@
"no-vulnerable-libraries": {
"id": "no-vulnerable-libraries",
"title": "Includes front-end JavaScript libraries with known security vulnerabilities",
"description": "Some third-party scripts may contain known security vulnerabilities that are easily identified and exploited by attackers.",
"description": "Some third-party scripts may contain known security vulnerabilities that are easily identified and exploited by attackers. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/vulnerabilities).",
"score": 0,
"scoreDisplayMode": "binary",
"rawValue": false,
Expand Down Expand Up @@ -2487,7 +2487,7 @@
"password-inputs-can-be-pasted-into": {
"id": "password-inputs-can-be-pasted-into",
"title": "Prevents users to paste into password fields",
"description": "Preventing password pasting undermines good security policy. [Learn more](https://www.ncsc.gov.uk/blog-post/let-them-paste-passwords).",
"description": "Preventing password pasting undermines good security policy. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/password-pasting).",
"score": 0,
"scoreDisplayMode": "binary",
"rawValue": false,
Expand Down