-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't seem to throttle on some machines. #87
Comments
Hi @jeffpreussner yes maybe. Can you share how you and your colleague test? I can try to make a fix, but I need help to verify that it works on both Linux/Mac with both ipv4 and ipv6? |
@soulgalore I wrote a node script that starts throttle then runs lighthouse, I have confirmed they have an IPv6 connection and I am on a IPv4 connection. The same results are testable using the CLI command. What other information can i provide for you? Here is my code:
|
Ok. Do you run on Mac or Linux? I added branch yesterday with a hack for ipv6 but I haven't able to test it, can your colleague do that? I tried to get my Mac using ipv6 but I could get it to work. The branch is https://github.com/sitespeedio/throttle/tree/ipv6. If you can clone the repo and switch to that branch and test? If you cloned the repo you can start throttle with |
Throttle works on some machines and not others. Could this be due to IPv4 vs IPv6 connection issue? Running the command from documentation
throttle --profile 3gslow
and running a speed test I can see my connection speed is slowed way down but when a colleague runs the same command they do not get the same result. Are there system or network level settings that can break this functionality?The text was updated successfully, but these errors were encountered: