core(lcp): remove todo, mark score curve points as official (#10452)

This commit is contained in:
Brendan Kenny 2020-03-13 22:35:44 -04:00 коммит произвёл GitHub
Родитель a74c807b3a
Коммит ee7cb3ba93
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -38,7 +38,10 @@ class LargestContentfulPaint extends Audit {
*/
static get defaultOptions() {
return {
// TODO: Reusing FCP's scoring curve. Set correctly once distribution of results is available.
// 75th and 95th percentiles HTTPArchive -> median and PODR.
// https://bigquery.cloud.google.com/table/httparchive:lighthouse.2020_02_01_mobile?pli=1
// Gives 2.5s roughly a score of 0.9. https://web.dev/lcp/#what-is-a-good-lcp-score
// see https://www.desmos.com/calculator/brcfwyox6x
scorePODR: 2000,
scoreMedian: 4000,
};