Skip to content

Commit bedb9a1

Browse files
authored
docs(throttling): because comcast throttles the websocket
1 parent b074ac7 commit bedb9a1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/throttling.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ comcast --latency=150 --target-bw=1600 --dry-run
4141
# comcast --stop
4242
```
4343

44-
Currently, `comcast` [doesn't support](https://github.com/tylertreat/comcast/issues/17) a separate uplink throughput.
45-
44+
Currently, `comcast` will also throttle the websocket port that Lighthouse uses to connect to Chrome. This isn't a big problem but mostly means that receiving the trace from the browser takes significantly more time. Also, `comcast` [doesn't support](https://github.com/tylertreat/comcast/issues/17) a separate uplink throughput.
4645

4746
### Using Lighthouse with `comcast`
4847

@@ -53,6 +52,6 @@ comcast --latency=150 --target-bw=1600
5352
# Run Lighthouse with it's own throttling disabled
5453
lighthouse --disable-network-throttling # ...
5554

56-
# Disable the traffic throttling
55+
# Disable the traffic throttling once you see "Retrieving trace"
5756
comcast --stop
5857
```

0 commit comments

Comments
 (0)