openspeedtest / Speed-Test

SpeedTest by OpenSpeedTestâ„¢ is a Free and Open-Source HTML5 Network Performance Estimation Tool Written in Vanilla Javascript and only uses built-in Web APIs like XMLHttpRequest (XHR), HTML, CSS, JS, & SVG. No Third-Party frameworks or libraries are Required. Started in 2011 and moved to OpenSpeedTest.com dedicated Project/Domain Name in 2013.
https://openspeedtest.com
MIT License
2.28k stars 221 forks source link

Getting canceled and failed uploads and downloads #128

Closed Aerofolio closed 8 months ago

Aerofolio commented 9 months ago

I'm testing the application in my local machine and asking for other people in the same network as me to run it and they sent me those prints: image image image

So i noticed the flat parts of the graph and analised the http requests, some of them are being canceled or are failing: image image

I'm not very used to work with docker so there's a high chance that i'm missing something

openspeedtest commented 9 months ago

Reverse proxy? Try without a reverse proxy.

Aerofolio commented 8 months ago

Yeah, i've checked nginx configurations and started host in a proper server, that solved most of my issues. The only details that are still looking strange are:

openspeedtest commented 8 months ago

Post more details about your setup.

Maybe bad cable can be a problem, try known working cable. Install latest NIC driver , install opera or Ms Edge.

Run our docker image on your Linux sever.

Aerofolio commented 8 months ago

I've managed to fix my issues, they were mainly from my inexperience with nginx. Thank you for the support.