File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
lighthouse-core/audits/byte-efficiency Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments