fix broken link https://github.com/sitespeedio/sitespeed.io/issues/3363
This commit is contained in:
parent
1faaafb5ed
commit
b04d82411e
|
|
@ -23,9 +23,9 @@ docker run --rm -v "$(pwd):/sitespeed.io" sitespeedio/sitespeed.io:{% include ve
|
|||
|
||||
Gives the following [report](https://examples.sitespeed.io/16.x/2020-12-21-10-46-45/index.html). The standard use case for sitespeed.io is to run it continuously and send the data to Graphite/Grafana and create dashboards looking like this:
|
||||
|
||||
[](https://dashboard.sitespeed.io/dashboard/db/page-summary?orgId=1)
|
||||
[](https://dashboard.sitespeed.io/d/9NDMzFfMk/page-metrics-desktop)
|
||||
{: .img-thumbnail}
|
||||
Checkout our [example dashboard](https://dashboard.sitespeed.io/dashboard/db/page-summary?orgId=1) to see what it looks like to use sitespeed.io to continuously measure performance.
|
||||
Checkout our [example dashboard](https://dashboard.sitespeed.io/d/9NDMzFfMk/page-metrics-desktop) to see what it looks like to use sitespeed.io to continuously measure performance.
|
||||
|
||||
## Browsertime
|
||||
Browsertime collects metrics using JavaScript and will record the browser window using FFMPEG and produce a JSON file with the metrics collected, a HAR file that describes the request/responses and video and screenshots.
|
||||
|
|
|
|||
Loading…
Reference in New Issue