Automattic / wp-calypso

The JavaScript and API powered WordPress.com
https://developer.wordpress.com
GNU General Public License v2.0
12.41k stars 1.99k forks source link

Feature Request: Speed Test Tool - Consolidate all metrics to display seconds #95891

Open epeicher opened 1 week ago

epeicher commented 1 week ago

What

In the Speed Test Tool Report, in the CrUX metrics section, some metrics are displayed using seconds and some others displayed using milli-seconds. This issue is a suggestion to display all the metrics in the same unit, specifically in seconds

Image

Why

It can be clearer to the user

How

No response

epeicher commented 2 days ago

Planning discussion: In the current implementation, the units are displayed by the component based on the metrics, for example, INP will be always in milliseconds. Here is a link of the component. That means that we can control that maybe modifying the format function and display all the metrics in the same value. We can change the INP to display in seconds and round to 2 decimal places.