You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/test/fixtures/fraggle-rock/reports/sample-flow-result.json
+30-30Lines changed: 30 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -16563,7 +16563,7 @@
16563
16563
"description": "First Contentful Paint marks the time at which the first text or image is painted. [Learn more about the First Contentful Paint metric](https://developer.chrome.com/docs/lighthouse/performance/first-contentful-paint/).",
16564
16564
"score": 1,
16565
16565
"scoreDisplayMode": "numeric",
16566
-
"numericValue": 866.7026,
16566
+
"numericValue": 866.7448999999999,
16567
16567
"numericUnit": "millisecond",
16568
16568
"displayValue": "0.9 s"
16569
16569
},
@@ -16573,7 +16573,7 @@
16573
16573
"description": "Largest Contentful Paint marks the time at which the largest text or image is painted. [Learn more about the Largest Contentful Paint metric](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-largest-contentful-paint/)",
16574
16574
"score": 0.98,
16575
16575
"scoreDisplayMode": "numeric",
16576
-
"numericValue": 1803.0092,
16576
+
"numericValue": 1803.2048,
16577
16577
"numericUnit": "millisecond",
16578
16578
"displayValue": "1.8 s"
16579
16579
},
@@ -16583,7 +16583,7 @@
16583
16583
"description": "First Meaningful Paint measures when the primary content of a page is visible. [Learn more about the First Meaningful Paint metric](https://developer.chrome.com/docs/lighthouse/performance/first-meaningful-paint/).",
16584
16584
"score": 1,
16585
16585
"scoreDisplayMode": "numeric",
16586
-
"numericValue": 866.7026,
16586
+
"numericValue": 866.7448999999999,
16587
16587
"numericUnit": "millisecond",
16588
16588
"displayValue": "0.9 s"
16589
16589
},
@@ -16593,7 +16593,7 @@
16593
16593
"description": "Speed Index shows how quickly the contents of a page are visibly populated. [Learn more about the Speed Index metric](https://developer.chrome.com/docs/lighthouse/performance/speed-index/).",
16594
16594
"score": 1,
16595
16595
"scoreDisplayMode": "numeric",
16596
-
"numericValue": 866.7026,
16596
+
"numericValue": 866.7448999999999,
16597
16597
"numericUnit": "millisecond",
16598
16598
"displayValue": "0.9 s"
16599
16599
},
@@ -16752,7 +16752,7 @@
16752
16752
"description": "Time to Interactive is the amount of time it takes for the page to become fully interactive. [Learn more about the Time to Interactive metric](https://developer.chrome.com/docs/lighthouse/performance/interactive/).",
16753
16753
"score": 1,
16754
16754
"scoreDisplayMode": "numeric",
16755
-
"numericValue": 925.2026,
16755
+
"numericValue": 925.2448999999999,
16756
16756
"numericUnit": "millisecond",
16757
16757
"displayValue": "0.9 s"
16758
16758
},
@@ -17185,10 +17185,10 @@
17185
17185
"numTasksOver50ms": 0,
17186
17186
"numTasksOver100ms": 0,
17187
17187
"numTasksOver500ms": 0,
17188
-
"rtt": 0.003,
17188
+
"rtt": 0.0045,
17189
17189
"throughput": 48594453.24888648,
17190
-
"maxRtt": 0.0468,
17191
-
"maxServerLatency": 3.5377,
17190
+
"maxRtt": 0.0702,
17191
+
"maxServerLatency": 3.53605,
17192
17192
"totalByteWeight": 127688,
17193
17193
"totalTaskTime": 113.59800000000007,
17194
17194
"mainDocumentTransferSize": 3596
@@ -17616,7 +17616,7 @@
17616
17616
"description": "Network round trip times (RTT) have a large impact on performance. If the RTT to an origin is high, it's an indication that servers closer to the user could improve performance. [Learn more about the Round Trip Time](https://hpbn.co/primer-on-latency-and-bandwidth/).",
17617
17617
"score": null,
17618
17618
"scoreDisplayMode": "informative",
17619
-
"numericValue": 0.0468,
17619
+
"numericValue": 0.0702,
17620
17620
"numericUnit": "millisecond",
17621
17621
"displayValue": "0 ms",
17622
17622
"details": {
@@ -17637,19 +17637,19 @@
17637
17637
"items": [
17638
17638
{
17639
17639
"origin": "https://www.mikescerealshack.co",
17640
-
"rtt": 0.0468
17640
+
"rtt": 0.0702
17641
17641
},
17642
17642
{
17643
17643
"origin": "https://events.mikescerealshack.co",
17644
-
"rtt": 0.0039
17644
+
"rtt": 0.00585
17645
17645
},
17646
17646
{
17647
17647
"origin": "https://fonts.googleapis.com",
17648
-
"rtt": 0.0033000000000000004
17648
+
"rtt": 0.00495
17649
17649
},
17650
17650
{
17651
17651
"origin": "https://fonts.gstatic.com",
17652
-
"rtt": 0.003
17652
+
"rtt": 0.0045
17653
17653
}
17654
17654
],
17655
17655
"sortedBy": [
@@ -17663,7 +17663,7 @@
17663
17663
"description": "Server latencies can impact web performance. If the server latency of an origin is high, it's an indication the server is overloaded or has poor backend performance. [Learn more about server response time](https://hpbn.co/primer-on-web-performance/#analyzing-the-resource-waterfall).",
0 commit comments