Hi, I'm the original author of LibreSpeed. When you load the website it downloads a list of servers and tries all of them to see which one has the lowest ping, that's what you're seeing.
Thanks for clarifying! Took a deeper look on my computer and I guess I learned that NoScript was misidentifying due to the cors or something. Just had to call it out before, as one can never be too careful these days :D
I use iperf3 with Speedtest's servers, personally. But for a browser, yes JavaScript is needed.... But needing JavaScript files from like 20 different domains is typically a red flag for me on any site.
ISPs give special preference to speedtest.net, so that their metrics will look better. Which means it rarely reflects actual reality. Theres a good chance this test is closer to the actual speeds you're getting everywhere but on speedtest.net.
I'm the author of the project. The servers are simply overloaded af unfortunately. It's a fairly popular project and we don't have enough servers to support this many concurrent users.
Certainly true in regards to real life use, but it's a good way to check that there isn't some issue on my end that's limiting the speed I am paying for
Fiber to the home is pretty neat. I could actually more than double the speed to 3Gb/s symmetrical for about $14 more per month, but frankly even the current speed is way more than I need. Will probably step it down a bit when my promotional discount ends.
Speedtest-Tracker or MySpeed are self-hosted solutions that can be extensively configured to send notifications when thresholds are exceeded or not reached.
one of the most underrated tools i.m.o. I have a lighttpd webserver with librespeed on my usb and its such a great tool to check if a slow network is due to issues with the local network or the internet.
Does anyone know of a speed test where you can set it up to run by itself regularly and push a notification to a channel (like pushbullet or similar) when the speed is below a certain threshold?
Depending on what skills you have for the "set it up" part, it seems like it'd be pretty straightforward to throw a script around Speedtest CLI to do that. I guess LibreSpeed has a CLI version too.