Lighthouse
Basic cards
The simplest widgets available.
Content Card
Supports no metrics – you can simply use content.before
and content.after
to
render markdown to add any comments or explanations throughout your dashboard.
All other widgets support the same behavior on content.before
and content.after
as the Content Card.
ContentCard
ContentCard
Number Value
Supports 1 or more records and displays the value (in the unit selected) as well as
the relative threshold for good
, needs to improve
, or poor
.
You can read more about thresholds in the Thresholds documentation.
NumberValue
If you use a single metric, you can use markdown content to render its label and explanation
NumberValue
These all use `VARIABLE` for device/url meaning it will show what ever the user currently selects (phone or desktop, origin or exact page)
NumberValue
You can render different metrics of the same record by using URL `VARIABLE`, and they will render a label above each.
NumberValue
Or you can repeat the metrics for each of the URLs in a measurement by using URL `EACH_PAGE`.
NumberValue
Or you can repeat for each of the runs in a measurement by using Run `EACH_RUN`.
NumberValue
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`.
NumberValue
NumberValue
NumberValue
NumberValue
NumberValue
NumberValue