Skip to content

Commit 5694740

Browse files
committed
CLS calibration comment
1 parent 17ba25b commit 5694740

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lighthouse-core/audits/metrics/cumulative-layout-shift.js

+4-3
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,11 @@ class CumulativeLayoutShift extends Audit {
4444
*/
4545
static get defaultOptions() {
4646
return {
47-
// Calibrated to assure 0.1 gets a score of 0.9.
48-
// see https://www.desmos.com/calculator/se7wby6vgc
47+
// Calibrated to assure 0.1 gets a score of 0.9. https://web.dev/cls/#what-is-a-good-cls-score
48+
// This 0.1 target score was determined through both manual evaluation and large-scale analysis.
49+
// see https://www.desmos.com/calculator/wmcxn7zfhc
4950
scorePODR: 0.02,
50-
scoreMedian: 0.4,
51+
scoreMedian: 0.2,
5152
};
5253
}
5354

0 commit comments

Comments
 (0)