docs: Add screenshots for google web vitals
This commit is contained in:
parent
7f690d9a77
commit
3e017caf34
|
|
@ -85,6 +85,15 @@ docker run --rm -v "$(pwd):/sitespeed.io" sitespeedio/sitespeed.io:{% include ve
|
|||
~~~
|
||||
|
||||
|
||||
### Metrics in Graphite and Grafana
|
||||
|
||||
Our pre-made dashboards includes Google Web Vitals where you can see latest metrics and trends compared to last week.
|
||||
|
||||

|
||||
{: .img-thumbnail}
|
||||
|
||||
|
||||
|
||||
### Bug reports
|
||||
If you don't get the correct metrics it could either be a bug in the browser API or in sitespeed.io.
|
||||
|
||||
|
|
@ -148,7 +157,13 @@ const observer = new PerformanceObserver(list => {});
|
|||
|
||||
If you suspect the bug to be in sitespeed.io please [file a issue in sitespeed.io](https://github.com/sitespeedio/sitespeed.io/issues).
|
||||
## Using CruX
|
||||
Sitespeed.io comes with a [Chrome User Experience plugin](/documentation/sitespeed.io/crux/). That makes it easy to get the metrics that Google collects from your user. You can compare them with the ones you get from sitespeed.io. Go to the [CrUX documentation](/documentation/sitespeed.io/crux/) on how to set it up.
|
||||
Sitespeed.io comes with a [Chrome User Experience plugin](/documentation/sitespeed.io/crux/). That makes it easy to get the metrics that Google collects from your users. You can compare them with the ones you get from sitespeed.io.
|
||||
|
||||
Sending the CrUX data to Graphite you can see metrics both per URL and per origin.
|
||||
|
||||

|
||||
{: .img-thumbnail}
|
||||
|
||||
Go to the [CrUX documentation](/documentation/sitespeed.io/crux/) on how to set it up.
|
||||
## Using Lighthouse
|
||||
Use the [Lighthouse plugin](/documentation/sitespeed.io/lighthouse/) to run Lighthouse from sitespeed.io and collect Google Web Vitals.
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 45 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 95 KiB |
Loading…
Reference in New Issue