speedtest icon indicating copy to clipboard operation
speedtest copied to clipboard

Component to perform network speed tests against Cloudflare's edge network

Results 21 speedtest issues
Sort by recently updated
recently updated
newest added

How Can I run it on Android? (I don't have a computer :( )

It would be nice if there was a way to choose the server location for the speed test manually. Since the Speed test is setting the location by itself it...

Sample code: ```typescript import { default as CFSpeedTest, ConfigOptions } from "npm:@cloudflare/[email protected]" async function main() { const opts: ConfigOptions = { } const test = new CFSpeedTest(opts) test.onFinish = (results)...

Thanks for this project! Are you also planning to add a CLI interface? Someone on HN has [already started an implementation][1], but perhaps you could collab and release it as...

Resolves: https://github.com/cloudflare/speedtest/issues/30

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.17 to 7.23.2. Release notes Sourced from @​babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies

Will there be a possibility of publishing an official docker image to self-host on our docker machines to check network speed to the docker machine from other devices?

enhancement

Hi - Some networks are working to test/deploy the IETF L4S standard for low latency networking, which creates a 2nd network queue at bottleneck links for packets marked with ECT(1)...

enhancement

I am using SpeedTest on a normal front-end web app. Every now and then it randomly gives me errors. Those errors do not happen all the time. I keep getting...