File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/scripts/src/generateLighthouseReport Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Navigation:
4747| Total Blocking Time | ${ parsedNavigationReport . tbt . score } (${ parsedNavigationReport . tbt . numericValue } ms) | ${ navigationDiff . tbt . score } (${ navigationDiff . tbt . numericValue } ms) |
4848| Cumulative Layout Shift | ${ parsedNavigationReport . cls . score } (${ parsedNavigationReport . cls . numericValue } ) | ${ navigationDiff . cls . score } (${ navigationDiff . cls . numericValue } ms) |
4949| Speed Index | ${ parsedNavigationReport . speed . score } (${ parsedNavigationReport . speed . numericValue } s) | ${ navigationDiff . speed . score } (${ navigationDiff . speed . numericValue } ms) |
50- | Bundle Size | ${ parsedNavigationReport . bundle_size . score } (${ parsedNavigationReport . bundle_size . numericValue } s ) | ${ navigationDiff . bundle_size . score } (${ navigationDiff . bundle_size . numericValue } byte) |
50+ | Bundle Size | ${ parsedNavigationReport . bundle_size . score } (${ parsedNavigationReport . bundle_size . numericValue } byte ) | ${ navigationDiff . bundle_size . score } (${ navigationDiff . bundle_size . numericValue } byte) |
5151
5252
5353Timespan:
You can’t perform that action at this time.
0 commit comments