Skip to content

Commit

Permalink
report(render-blocking-stylesheets): improve actionability of descrip…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
paulirish committed Oct 12, 2017
1 parent a86c4b4 commit 6b4185a
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -30,9 +30,9 @@ class LinkBlockingFirstPaintAudit extends Audit {
name: 'link-blocking-first-paint',
description: 'Reduce render-blocking stylesheets',
informative: true,
helpText: 'Link elements are blocking the first paint of your page. Consider ' +
'inlining critical links and deferring non-critical ones. ' +
'[Learn more](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources).',
helpText: 'External stylesheets are blocking the first paint of your page. Consider ' +
'extracting critical CSS and delivering via `<style>` tags and deferring non-critical ' +
'styles. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/blocking-resources).',
requiredArtifacts: ['TagsBlockingFirstPaint', 'traces'],
};
}
Expand Down

0 comments on commit 6b4185a

Please sign in to comment.