Skip to content

Commit

Permalink
Actualize link about Speed Index
Browse files Browse the repository at this point in the history
  • Loading branch information
Amerousful committed Oct 18, 2023
1 parent 4b5c510 commit 816fde5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker/grafana/provisioning/dashboards/Leaderboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
{
"cacheTimeout": "",
"datasource": "graphite",
"description": "The Speed Index is the average time at which visible parts of the page are displayed. It is expressed in milliseconds and dependent on size of the view port. It was created by Pat Meenan and you can checkout the full documentation [here](https://sites.google.com/a/webpagetest.org/docs/using-webpagetest/metrics/speed-index).",
"description": "The Speed Index is the average time at which visible parts of the page are displayed. It is expressed in milliseconds and dependent on size of the view port. It was created by Pat Meenan and you can checkout the full documentation [here](https://docs.webpagetest.org/metrics/speedindex/).",
"fieldConfig": {
"defaults": {
"color": {
Expand Down Expand Up @@ -601,7 +601,7 @@
"dashLength": 10,
"dashes": false,
"datasource": "graphite",
"description": "The Speed Index is the average time at which visible parts of the page are displayed. It is expressed in milliseconds and dependent on size of the view port. It was created by Pat Meenan and you can checkout the full documentation [here](https://sites.google.com/a/webpagetest.org/docs/using-webpagetest/metrics/speed-index).",
"description": "The Speed Index is the average time at which visible parts of the page are displayed. It is expressed in milliseconds and dependent on size of the view port. It was created by Pat Meenan and you can checkout the full documentation [here](https://docs.webpagetest.org/metrics/speedindex/).",
"fieldConfig": {
"defaults": {
"custom": {}
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/sitespeed.io/metrics/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ We collect a lot of metrics in sitespeed.io and all of them isn't super easy to
Visual Metrics are metrics calculated from screenshots/video of the browsers screen. We use the library [Visual Metrics](https://github.com/WPO-Foundation/visualmetrics) to do that.

### Speed Index
The Speed Index is the average time at which visible parts of the page are displayed. It is expressed in milliseconds and dependent on size of the view port. It was created by Pat Meenan and you can checkout the [full documentation](https://sites.google.com/a/webpagetest.org/docs/using-webpagetest/metrics/speed-index).
The Speed Index is the average time at which visible parts of the page are displayed. It is expressed in milliseconds and dependent on size of the view port. It was created by Pat Meenan and you can checkout the [full documentation](https://docs.webpagetest.org/metrics/speedindex/).

### Contentful Speed Index
This new metric is developed by Bas Schouten at Mozilla which uses edge detection to calculate the amount of "content" that is visible on each frame. It was primarily designed for two main purposes: Have a good metric to measure the amount of text that is visible. Design a metric that is not easily fooled by the pop up splash/login screens that commonly occur at the end of a page load. These can often disturb the speed index numbers since the last frame that is being used as reference is not accurate.
Expand Down
2 changes: 1 addition & 1 deletion lib/plugins/html/templates/help.pug
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ block content

h5(id='SpeedIndex') Speed Index
p The Speed Index is the average time at which visible parts of the page are displayed. It is expressed in milliseconds and dependent on size of the view port. It was created by Pat Meenan and you can checkout the full documentation 
a(href='https://sites.google.com/a/webpagetest.org/docs/using-webpagetest/metrics/speed-index') here
a(href='https://docs.webpagetest.org/metrics/speedindex/') here
| .

h5(id='ContentfulSpeedIndex') Contentful Speed Index
Expand Down

0 comments on commit 816fde5

Please sign in to comment.