Simulate limited bandwidth from within Chrome?

后端 未结 13 919
猫巷女王i
猫巷女王i 2020-12-07 08:09

Is there a way I can simulate various connection speeds from within Chrome?

I need to be able to check http://localhost with varying speeds.

I know there are

相关标签:
13条回答
  • 2020-12-07 08:32

    In Chrome Canary now you can limit the network throughput. This can be done in the "Network" options of the "Emulation" tab of the Console in the Dev Tools.

    You might need to activate the Chrome flag "Enable Developer Tools experiments" (chrome://flags/#enable-devtools-experiments) (chrome://flags) to see this new feature. You can simulate some low bandwidth (GSM, GPRS, EDGE, 3G) for mobile connections.

    0 讨论(0)
  • 2020-12-07 08:33

    As of today you can throttle your connection natively in Google Chrome Canary 46.0.2489.0. Simply open up Dev Tools and head over to the Network tab:

    0 讨论(0)
  • 2020-12-07 08:35

    I'd recommend Charles Proxy - you can choose to slowdown individual sites, also has a whole bunch of HTTP inspection tools.

    Edit:

    As of June 2014, Chrome now has the ability to do this natively in DevTools - you'll need Chrome 38 though.

    The option is accessible from the Network tab via a drop down at the end of the toolbar.

    0 讨论(0)
  • 2020-12-07 08:36

    Starting with Chrome 38 you can do this without any plugins. Just click inspect element (or F12 hotkey), then click on toggle device mod (the phone button)

    enter image description here

    and you will see something like this:

    enter image description here

    Among many other features it allows you to simulate specific internet connection (3G, GPRS)

    0 讨论(0)
  • 2020-12-07 08:36

    If you are using OSX, you can use: Network Link Conditioner

    Here you can select different profiles ie. 100% Loss, 3G, DSL etc.

    Please find the below link to download Network Link Conditioner here

    0 讨论(0)
  • 2020-12-07 08:40

    if you're not familiar with Fiddler - please do. It's a great debugging tool for HTTP. You also have the option to limit the bandwidth.

    0 讨论(0)
提交回复
热议问题