From 6b4185af9870089b4ecbaec2a852d2cb07b89686 Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Thu, 12 Oct 2017 13:40:08 -0700 Subject: [PATCH 1/2] report(render-blocking-stylesheets): improve actionability of description --- .../audits/dobetterweb/link-blocking-first-paint.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lighthouse-core/audits/dobetterweb/link-blocking-first-paint.js b/lighthouse-core/audits/dobetterweb/link-blocking-first-paint.js index a03ecf624b04..32f5fa664df1 100644 --- a/lighthouse-core/audits/dobetterweb/link-blocking-first-paint.js +++ b/lighthouse-core/audits/dobetterweb/link-blocking-first-paint.js @@ -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 `