Dan
Dan

Reputation: 57881

A way to emulate slow internet on Mac

I want to test how my web application behaves when internet is very slow. I want to limit speed and/or ping on OS-level (I'm running OS X 10.10), or cross-browser.

An option could be a hosting that serves files slowly

Upvotes: 0

Views: 1233

Answers (2)

CouchDeveloper
CouchDeveloper

Reputation: 19098

You might use "Network Link Conditioner" which is available from Apple in the package "Hardware IO Tools for Xcode" on the downloads site.

When downloaded, simply double click the "Network Link Conditioner.prefPane" which installs a preference pane. Then go to "Preferences" and setup your "bad" network.

Upvotes: 1

Tim Hallyburton
Tim Hallyburton

Reputation: 2929

you can simulate a slow connection from inside your browser.

https://apple.stackexchange.com/questions/24066/how-to-simulate-slow-internet-connections-on-the-mac

Upvotes: 0

Related Questions