Skip to content
This repository has been archived by the owner on Apr 23, 2018. It is now read-only.

Speed with 1Gbit/s #50

Closed
mesb1 opened this issue May 18, 2016 · 5 comments
Closed

Speed with 1Gbit/s #50

mesb1 opened this issue May 18, 2016 · 5 comments

Comments

@mesb1
Copy link

mesb1 commented May 18, 2016

Hi.
Is this library able to check speed about 1Gbit/s?

We are using project:
enryIT/html5_speedtest#5
Author says that it's just UI for network.js, so i suppose he thing about library problem.

@nesk
Copy link
Owner

nesk commented May 19, 2016

Indeed, this library currently has issues on fiber connections, especially on upload measures. Sorry for the inconvenience.

@mesb1
Copy link
Author

mesb1 commented Jul 18, 2016

Any plans to try fix this?

@nesk
Copy link
Owner

nesk commented Jul 19, 2016

This is related to this issue: #31. I should have closed this one.

Unfortunately, this is a browser limitation and I'm not sure I can do anything about this…

@nesk nesk closed this as completed Jul 19, 2016
@thomasbergmann
Copy link

thomasbergmann commented Sep 30, 2016

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
    }

@mesb1
Copy link
Author

mesb1 commented Sep 30, 2016

Nope, i see some changes, but behaviour is same.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants