Replies: 5 comments 15 replies
-
Aside from parsing the output of the option, you could also use the same API as the official Speedtest.net tool: https://www.speedtest.net/api/js/servers?engine=js&limit=10&https_functional=true The limit is capped to 20 (default is 10) so it can allow for more servers for us to pick from. An obvious downside to this is future compatibility as that API endpoint can change at any given time without notice, but I still found it to be something worth mentioning! |
Beta Was this translation helpful? Give feedback.
-
It's a nice idea, but I hope we'll be able to manually select servers outside the top X that would come out from the automatic process. From my personal experience, the autoselected servers are often not really the best ones. After thousands of tests, I found out which servers (2-3) are best in terms of speed throughout the day, availability and other factors. But it's cool to be able to pick the servers in a managed way through the UI. |
Beta Was this translation helpful? Give feedback.
-
fast.com provides loaded/unloaded data...but it never tops my fiber speed (1Gbps/300Mbps). I don't know if they provide an API or a CLI tool... |
Beta Was this translation helpful? Give feedback.
-
The one I like the most, for the UI, is the cloudflare speedtest, we could refer to this for the results presentation: |
Beta Was this translation helpful? Give feedback.
-
Implemented in a past version 👍 |
Beta Was this translation helpful? Give feedback.
-
Having to manually fetch server IDs can be annoying, so a neat QoL feature would be to parse the output of the
--servers
option and display the results in the UI for us to pick from - to either blacklist or insert into the servers list.The behaviour of the
--servers
option just lists the top ten of the nearest servers (probably determined by ping) which makes it ideal for this sort of thing :)Beta Was this translation helpful? Give feedback.
All reactions