report(total-byte-weight): update helpText link (#4128)

* [docs] link to "enormous payloads" reference

* highly correlated
This commit is contained in:
Kayce Basques 2017-12-27 19:28:37 -08:00 коммит произвёл Patrick Hulce
Родитель 017c9c1e31
Коммит f9b5fa23f5
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -22,9 +22,9 @@ class TotalByteWeight extends ByteEfficiencyAudit {
description: 'Avoids enormous network payloads',
failureDescription: 'Has enormous network payloads',
helpText:
'Network transfer size [costs users real money](https://whatdoesmysitecost.com/) ' +
'and is [highly correlated](http://httparchive.org/interesting.php#onLoad) with long load times. ' +
'Try to find ways to reduce the size of required files.',
'Large network payloads cost users real money and are highly correlated with ' +
'long load times. [Learn ' +
'more](https://developers.google.com/web/tools/lighthouse/audits/network-payloads).',
scoringMode: ByteEfficiencyAudit.SCORING_MODES.NUMERIC,
requiredArtifacts: ['devtoolsLogs'],
};