Skip to content

Commit b93ca14

Browse files
kaycebasquespatrickhulce
authored andcommitted
Update the helpText in uses-webp-images.js (#2681)
1 parent 64b015e commit b93ca14

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lighthouse-core/audits/byte-efficiency/uses-webp-images.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ class UsesWebPImages extends ByteEfficiencyAudit {
2424
name: 'uses-webp-images',
2525
description: 'Serve images as WebP',
2626
informative: true,
27-
helpText: '[WebP](https://developers.google.com/speed/webp/) images take less time to download and save cellular data. ' +
28-
'[Learn more about image optimization](https://developers.google.com/web/fundamentals/performance/optimizing-content-efficiency/image-optimization).',
27+
helpText: 'WebP provides better lossy and lossless compression than PNG or JPEG, ' +
28+
'which means faster downloads and less data consumption. ' +
29+
'[Learn more](https://developers.google.com/web/tools/lighthouse/audits/webp).',
2930
requiredArtifacts: ['OptimizedImages', 'devtoolsLogs']
3031
};
3132
}

0 commit comments

Comments
 (0)