Skip to content
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

Research Chrome like - network throtling #25

Open
Perseverance opened this issue Nov 15, 2016 · 1 comment
Open

Research Chrome like - network throtling #25

Perseverance opened this issue Nov 15, 2016 · 1 comment

Comments

@Perseverance
Copy link
Contributor

Perseverance commented Nov 15, 2016

Chrome for Desktop has ability to throttle the network connection in the current tab. It is good to research how is this done and can it be simulated in Android devices (without root access)

@vanogrid
Copy link
Contributor

vanogrid commented Dec 6, 2016

The Chrome network connection throttling works both on Desktop and Android devices. I was able to follow the network throttling event from the DevTools UI to the back-end and then the V8 engine. I couldn't find the exact implementation, but I'm inclined to think the logic is done on engine level and it is related to the web request/response etc., since the network speed of the device is not affected, but only the speed of loading the web page. This behavior, however, would not be suitable to our case, because we would like to be able to throttle the network speed of the device. I'm returning this issue to Backlog in case further research on the implementation needs to be made.

@vanogrid vanogrid removed their assignment Dec 6, 2016
@dim4o dim4o added the backlog label Oct 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants