e7d / speedtest

A self-hosted, lightweight HTML5 speed test implemented in JavaScript, based on Web Workers and XMLHttpRequest.
https://hub.docker.com/r/e7db/speedtest
MIT License
213 stars 58 forks source link

max xhr requests, multiple servers parallel #59

Open dennore opened 3 years ago

dennore commented 3 years ago

Hey e7d,

chrome seems to limit the max parallel xhr requests to 6 per hostname. is there any way you can implement that the speedtest can use multiple servers from the xhr.endpoints at the same time, exactly like speedtest.net is doing that...

This will max out the bandwith used on the client, while loading from multiple servers at the same time.

i have configured the xhr.endpoints, but i can only choose one at a time to test from, not all at the same time.

regards dennore