We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17ba25b commit 5694740Copy full SHA for 5694740
lighthouse-core/audits/metrics/cumulative-layout-shift.js
@@ -44,10 +44,11 @@ class CumulativeLayoutShift extends Audit {
44
*/
45
static get defaultOptions() {
46
return {
47
- // Calibrated to assure 0.1 gets a score of 0.9.
48
- // see https://www.desmos.com/calculator/se7wby6vgc
+ // 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.
49
+ // see https://www.desmos.com/calculator/wmcxn7zfhc
50
scorePODR: 0.02,
- scoreMedian: 0.4,
51
+ scoreMedian: 0.2,
52
};
53
}
54
0 commit comments