@@ -351,42 +351,42 @@ const expectations = {
351351 score : '<0.5' ,
352352 metricSavings : { LCP : '>2000' } ,
353353 details : {
354- debugData : { wastedBytes : '>1200000 ' } ,
354+ debugData : { wastedBytes : '>1100000 ' } ,
355355 items : [
356356 {
357357 url : 'http://localhost:10200/dobetterweb/lighthouse-rotating.gif' ,
358358 totalBytes : 934285 ,
359- wastedBytes : 682028 ,
359+ wastedBytes : ' 682028 +/- 10000' ,
360360 subItems : { items : [ { reason : / U s i n g v i d e o f o r m a t s i n s t e a d o f G I F s / } ] } ,
361361 } ,
362362 {
363363 url : 'http://localhost:10200/dobetterweb/lighthouse-1024x680.jpg?iar1' , // filename is a lie...
364364 totalBytes : 112710 ,
365- wastedBytes : 112418 ,
365+ wastedBytes : '111815 +/- 10000' ,
366366 subItems : { items : [ { reason : / T h i s i m a g e f i l e i s l a r g e r t h a n i t n e e d s t o b e \( 1 0 2 4 x 6 7 8 \) f o r i t s d i s p l a y e d d i m e n s i o n s / } ] } ,
367367 } ,
368368 {
369369 url : 'http://localhost:10200/dobetterweb/lighthouse-1024x680.jpg?isr2' ,
370370 totalBytes : 112710 ,
371- wastedBytes : 111152 ,
371+ wastedBytes : '107937 +/- 10000' ,
372372 subItems : { items : [ { reason : / T h i s i m a g e f i l e i s l a r g e r t h a n i t n e e d s t o b e \( 1 0 2 4 x 6 7 8 \) f o r i t s d i s p l a y e d d i m e n s i o n s / } ] } ,
373373 } ,
374374 {
375375 url : 'http://localhost:10200/dobetterweb/lighthouse-1024x680.jpg?iar2' ,
376376 totalBytes : 112710 ,
377- wastedBytes : 111152 ,
377+ wastedBytes : '107937 +/- 10000' ,
378378 subItems : { items : [ { reason : / T h i s i m a g e f i l e i s l a r g e r t h a n i t n e e d s t o b e \( 1 0 2 4 x 6 7 8 \) f o r i t s d i s p l a y e d d i m e n s i o n s / } ] } ,
379379 } ,
380380 {
381381 url : 'http://localhost:10200/dobetterweb/lighthouse-1024x680.jpg?isr3' ,
382382 totalBytes : 112710 ,
383- wastedBytes : 98684 ,
383+ wastedBytes : '69754 +/- 30000' ,
384384 subItems : { items : [ { reason : / T h i s i m a g e f i l e i s l a r g e r t h a n i t n e e d s t o b e \( 1 0 2 4 x 6 7 8 \) f o r i t s d i s p l a y e d d i m e n s i o n s / } ] } ,
385385 } ,
386386 {
387387 url : 'http://localhost:10200/dobetterweb/lighthouse-1024x680.jpg' ,
388388 totalBytes : 112710 ,
389- wastedBytes : 98684 ,
389+ wastedBytes : '69754 +/- 30000' ,
390390 subItems : { items : [ { reason : / T h i s i m a g e f i l e i s l a r g e r t h a n i t n e e d s t o b e \( 1 0 2 4 x 6 7 8 \) f o r i t s d i s p l a y e d d i m e n s i o n s / } ] } ,
391391 } ,
392392 ] ,
0 commit comments