docs: remove webpagetest budget example
This commit is contained in:
parent
c3d53d6482
commit
c592349bc3
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue