html5_speedtest
html5_speedtest copied to clipboard
speed testing with ~1Gbit/s
We try to use your app for your 1Gbit's channel, but mathematic of code fails at ~200-250 mbits and upper. We can help you to test it foor higher speeds Thanks
This is simply a UI for the network.js library, you can find out more at https://github.com/nesk/network.js/blob/master/README.md
Same here, can't do anything on 1gb networks. Starts show without stop on downloads: Starting download measures with 10MB of data... It took less than 8 seconds to download 10MB of data... Restarting with 20MB! It took less than 8 seconds to download 20MB of data... Restarting with 40MB! It took less than 8 seconds to download 40MB of data... Restarting with 80MB! It took less than 8 seconds to download 80MB of data... Restarting with 160MB! It took less than 8 seconds to download 160MB of data... Restarting with 320MB! It took less than 8 seconds to download 320MB of data... Restarting with 640MB! It took less than 8 seconds to download 640MB of data... Restarting with 1280MB! It took less than 8 seconds to download 1280MB of data... Restarting with 2560MB! It took less than 8 seconds to download 2560MB of data... Restarting with 5120MB! It took less than 8 seconds to download 5120MB of data... Restarting with 10240MB!
Same problem?
.
.
.
.
.
It took less than 8 seconds to download 3.3484643974570854e+300MB of data... Restarting with 6.696928794914171e+300MB!
It took less than 8 seconds to download 6.696928794914171e+300MB of data... Restarting with 1.3393857589828342e+301MB!
It took less than 8 seconds to download 1.3393857589828342e+301MB of data... Restarting with 2.6787715179656683e+301MB!
It took less than 8 seconds to download 2.6787715179656683e+301MB of data... Restarting with 5.357543035931337e+301MB!
It took less than 8 seconds to download 5.357543035931337e+301MB of data... Restarting with 1.0715086071862673e+302MB!
It took less than 8 seconds to download InfinityMB of data... Restarting with InfinityMB!
It took less than 8 seconds to download 0MB of data... Restarting with 0MB!
It took less than 8 seconds to download 0MB of data... Restarting with 0MB!
It took less than 8 seconds to download 0MB of data... Restarting with 0MB!
It took less than 8 seconds to download 0MB of data... Restarting with 0MB!
Change content size in network.php (I tenfold it):
// Define a content size for the response, defaults to 20MB.
$contentSize = 200 * 1024 * 1024;
if (!empty($_GET['size'])) {
$contentSize = intval($_GET['size']);
$contentSize = min($contentSize, 2000 * 1024 * 1024); // Maximum value: 200MB
}
Nope, i see some changes, but behaviour is same.
I'm having a similar issue as well.