Skip to content

Commit

Permalink
core(uses-webp): tweak text to be more next-gen focused (#3985)
Browse files Browse the repository at this point in the history
* core(uses-webp): tweak text to be more next-gen focused

* feedback

* mooooore

* superior -> next-gen
  • Loading branch information
patrickhulce authored Dec 13, 2017
1 parent a73e7da commit 020a321
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lighthouse-core/audits/byte-efficiency/uses-webp-images.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ class UsesWebPImages extends ByteEfficiencyAudit {
static get meta() {
return {
name: 'uses-webp-images',
description: 'Serve images as WebP',
description: 'Serve images in next-gen formats',
informative: true,
helpText: 'WebP provides better lossy and lossless compression than PNG or JPEG, ' +
'which means faster downloads and less data consumption. ' +
helpText: 'Image formats like JPEG 2000, JPEG XR, and WebP often provide better ' +
'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 020a321

Please sign in to comment.