We'll need to add the following metrics to the RUM page (all averages):
CLS: Cumulative Layout Shift
FID: First Input Delay
TBT: Total Blocking Time
LCP: Largest Contentful Paint
FCP: First Contentful Paint
We can put them in one UI block, though we may later group CLS,LCP and FID under Core vitals.
These values all have their own ranges of good to warning to bad, and should probably change color from green -> yellow -> red. Each metric has its own thresholds for those categories (we will use the mobile guidelines from google for these thresholds which are more permissive about timings).
We need a note somewhere in the UI that these are only available in chromium based browsers.
We'll need to add the following metrics to the RUM page (all averages):