Skip to content

Commit

Permalink
docs: remove webpagetest budget example
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Feb 24, 2025
1 parent c3d53d6 commit c592349
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions docs/documentation/sitespeed.io/performance-budget/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,24 +176,6 @@ Here is an example of a fully configured budget file.
}
~~~

If you use WebPageTest you can configure:

~~~json
{
"budget": {
"webpagetest": {
"SpeedIndex": 1000,
"lastVisualChange": 2000,
"render": 800,
"visualComplete": 2000,
"visualComplete95": 2000,
"TTFB": 150,
"fullyLoaded": 3000
}
}
}
~~~

If you use Lighthouse you can configure:

~~~json
Expand Down

0 comments on commit c592349

Please sign in to comment.