Skip to content

Commit

Permalink
update uses-optimized-images.js helpText (#2669)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaycebasques authored and paulirish committed Jul 10, 2017
1 parent 1acd240 commit 5b41ebc
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ class UsesOptimizedImages extends ByteEfficiencyAudit {
name: 'uses-optimized-images',
description: 'Optimize images',
informative: true,
helpText: 'Optimized images take less time to download and save cellular data. ' +
'The identified images could have smaller file sizes when compressed as JPEG (q=85). ' +
'[Learn more about image optimization](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/image-optimization).',
helpText: 'Optimized images load faster and consume less cellular data. ' +
'[Learn more](https://developers.google.com/web/tools/lighthouse/audits/optimize-images).',
requiredArtifacts: ['OptimizedImages', 'devtoolsLogs']
};
}
Expand Down

0 comments on commit 5b41ebc

Please sign in to comment.