Skip to content

Commit

Permalink
report: add docs link to bootup-time audit (#4537)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaycebasques authored and paulirish committed Feb 21, 2018
1 parent 3f944d0 commit 429fff7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lighthouse-core/audits/bootup-time.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ class BootupTime extends Audit {
name: 'bootup-time',
description: 'JavaScript boot-up time',
failureDescription: 'JavaScript boot-up time is too high',
helpText: 'Consider reducing the time spent parsing, compiling and executing JS. ' +
'You may find delivering smaller JS payloads helps with this.',
helpText: 'Consider reducing the time spent parsing, compiling, and executing JS. ' +
'You may find delivering smaller JS payloads helps with this. [Learn ' +
'more](https://developers.google.com/web/lighthouse/audits/bootup).',
requiredArtifacts: ['traces'],
};
}
Expand Down

0 comments on commit 429fff7

Please sign in to comment.