diff --git a/lighthouse-core/audits/metrics/cumulative-layout-shift.js b/lighthouse-core/audits/metrics/cumulative-layout-shift.js index 9866fad0c1d6..d985c713e0fd 100644 --- a/lighthouse-core/audits/metrics/cumulative-layout-shift.js +++ b/lighthouse-core/audits/metrics/cumulative-layout-shift.js @@ -41,9 +41,9 @@ class CumulativeLayoutShift extends Audit { return { // Calibrated to assure 0.1 gets a score of 0.9. https://web.dev/cls/#what-is-a-good-cls-score // This 0.1 target score was determined through both manual evaluation and large-scale analysis. - // see https://www.desmos.com/calculator/wmcxn7zfhc - scorePODR: 0.02, - scoreMedian: 0.2, + // see https://www.desmos.com/calculator/1xtb5iz8iq + scorePODR: 0.054, + scoreMedian: 0.25, }; } diff --git a/lighthouse-core/test/results/sample_v2.json b/lighthouse-core/test/results/sample_v2.json index bc2bcc5860a4..c5807cdaa9a9 100644 --- a/lighthouse-core/test/results/sample_v2.json +++ b/lighthouse-core/test/results/sample_v2.json @@ -230,7 +230,7 @@ "id": "cumulative-layout-shift", "title": "Cumulative Layout Shift", "description": "Cumulative Layout Shift measures the movement of visible elements within the viewport. [Learn more](https://web.dev/cls).", - "score": 0.21, + "score": 0.23, "scoreDisplayMode": "numeric", "numericValue": 0.42, "numericUnit": "unitless", @@ -7039,4 +7039,4 @@ } } ] -} \ No newline at end of file +}