Skip to content

Commit

Permalink
Update the helpText in uses-webp-images.js (#2681)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaycebasques authored and patrickhulce committed Jul 12, 2017
1 parent 64b015e commit b93ca14
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lighthouse-core/audits/byte-efficiency/uses-webp-images.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ class UsesWebPImages extends ByteEfficiencyAudit {
name: 'uses-webp-images',
description: 'Serve images as WebP',
informative: true,
helpText: '[WebP](https://developers.google.com/speed/webp/) images take less time to download and save cellular data. ' +
'[Learn more about image optimization](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/image-optimization).',
helpText: 'WebP provides better lossy and lossless compression than PNG or JPEG, ' +
'which means faster downloads and less data consumption. ' +
'[Learn more](https://developers.google.com/web/tools/lighthouse/audits/webp).',
requiredArtifacts: ['OptimizedImages', 'devtoolsLogs']
};
}
Expand Down

0 comments on commit b93ca14

Please sign in to comment.