Safari Web Inspector network throttling

40,728

Solution 1

There is currently not a way to do that natively in Safari but you might try using something like Charles Proxy that can throttle your browser or system connection (win, mac, linux).

Mac version of Charles proxy throttle settings

Solution 2

Just found a way to do it without having to use a proxy like Charles:

  1. Install XCode
  2. Connect iPhone to mac via USB
  3. Launch XCode
  4. Access developer settings on iPhone
  5. Use "Network Link Conditioner"

Longer blog post I wrote: Enable network throttling on iPhone in 5 steps

Hope this helps!

Share:
40,728
Matt
Author by

Matt

Just another clueless student seeking the council of the Wise...

Updated on July 09, 2022

Comments

  • Matt
    Matt almost 2 years

    I'm currently remote-debugging a website on my iPhone using Safari v8 and need to simulate different network speeds.

    The Chrome Developer Tools have the functionality to throttle the network connection (simulate 3G, wifi etc.) or even to completely switch it off.

    Does the Safari Web Inspector have similar functionality?

    At the moment I'm getting around it by just switching off my wifi as I just need to test no network for now, but might need the functionality in the future.