'Throttling network speed for WebSockets
We are doing performance testing on our WebSockets web app. As our app is used in Africa, we need to also test it on very slow connection speeds.
Chrome's network throttling feature works great for HTTP traffic (HTML, CSS, JS, etc. files), but it doesn't seem to be throttling the WebSocket traffic. It would be great if we could throttle that somehow too.
Solution 1:[1]
WebSocket requests are throttlable now! https://developer.chrome.com/blog/new-in-devtools-99/#websocket
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Chybie |
