Lighthouse
Table cards
Table Value
Supports 1 or more records and displays each metric in the unit selected, detailing its value for each run as well as the computed geometric mean, median and range (to understand variability).
TableValue
You must use with `EACH_RUN` so the widget has access to each run's value for each metric.
Metric | Run 1 | Run 2 | Run 3 | GMean | Median | Range |
---|---|---|---|---|---|---|
First Contentful Paint | 10654ms | 3639ms | 3757ms | 5261ms | 3757ms | 7015ms |
Largest Contentful Paint | 13444ms | 3789ms | 3757ms | 5763ms | 3789ms | 9687ms |
Speed Index | 10654ms | 3639ms | 4393ms | 5543ms | 4393ms | 7015ms |
Total Blocking Time | 243ms | 664ms | 352ms | 384ms | 352ms | 421ms |
Cumulative Layout Shift | 0.02 | 0.00 | 0.00 | 0.00 | 0.00 | 0.02 |
Table Compare Value
Supports 1 or more records and displays each metric as a row, and repeats (either URLs or runs) as multiple columns. It calculates the % change of each repeat against the first column (either first URL or first run).
TableCompareValue
You can repeat the median metric for each of the URLs in a measurement by using URL `EACH_PAGE`.
home | Change | article |
---|---|---|
First Contentful Paint3915ms | -4% | First Contentful Paint3757ms |
Largest Contentful Paint5190ms | -27% | Largest Contentful Paint3789ms |
Speed Index4536ms | -3% | Speed Index4393ms |
Total Blocking Time234ms | +50% | Total Blocking Time352ms |
Cumulative Layout Shift0.04 | -97% | Cumulative Layout Shift0.00 |
TableCompareValue
Or you can repeat for each of the runs in a measurement by using Run `EACH_RUN`.
run 0 | Change | run 1 | Change | run 2 |
---|---|---|---|---|
First Contentful Paint10654ms | -66% | First Contentful Paint3639ms | -65% | First Contentful Paint3757ms |
Largest Contentful Paint13444ms | -72% | Largest Contentful Paint3789ms | -72% | Largest Contentful Paint3757ms |
Speed Index10654ms | -66% | Speed Index3639ms | -59% | Speed Index4393ms |
Total Blocking Time243ms | +173% | Total Blocking Time664ms | +45% | Total Blocking Time352ms |
Cumulative Layout Shift0.02 | -94% | Cumulative Layout Shift0.00 | -94% | Cumulative Layout Shift0.00 |
TableCompareValue
Or you can even repeat for each of the runs on each of the URLs in a measurement by using both `EACH_RUN` and `EACH_PAGE`.
run 0 – home | Change | run 1 – home | Change | run 2 – home | Change | run 0 – article | Change | run 1 – article | Change | run 2 – article |
---|---|---|---|---|---|---|---|---|---|---|
First Contentful Paint3915ms | +172% | First Contentful Paint10654ms | +8% | First Contentful Paint4225ms | -7% | First Contentful Paint3639ms | -0% | First Contentful Paint3910ms | -4% | First Contentful Paint3757ms |
Largest Contentful Paint5190ms | +159% | Largest Contentful Paint13444ms | +55% | Largest Contentful Paint8045ms | -27% | Largest Contentful Paint3789ms | -17% | Largest Contentful Paint4285ms | -28% | Largest Contentful Paint3757ms |
Speed Index4536ms | +135% | Speed Index10654ms | +38% | Speed Index6257ms | -20% | Speed Index3639ms | -14% | Speed Index3910ms | -3% | Speed Index4393ms |
Total Blocking Time234ms | +4% | Total Blocking Time243ms | -48% | Total Blocking Time123ms | +184% | Total Blocking Time664ms | +12% | Total Blocking Time262ms | +50% | Total Blocking Time352ms |
Cumulative Layout Shift0.04 | -48% | Cumulative Layout Shift0.02 | +750% | Cumulative Layout Shift0.37 | -97% | Cumulative Layout Shift0.00 | 0% | Cumulative Layout Shift0.04 | -97% | Cumulative Layout Shift0.00 |