Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save steveosoule/ae58d0570275e695877e592f84d57f06 to your computer and use it in GitHub Desktop.
Save steveosoule/ae58d0570275e695877e592f84d57f06 to your computer and use it in GitHub Desktop.
Web development - Custom network throttling profiles
Profile download (kb/s) upload (kb/s) latency (ms)
GPRS 50 20 500
56K Dial-up 50 30 120
Mobile EDGE 240 200 840
2G Regular 250 50 300
2G Good 450 150 150
3G Slow 780 330 200
3G Regular 750 250 100
3G Good 1500 750 40
4G/LTE Regular 4000 3000 20
DSL 2000 1000 5
Cable 5Mbps 5000 1000 28
Cable 8Mbps 8000 2000 10
10Mbps shared 10000 100 34
Wi-Fi 30000 15000 2

See more about browser tools for Network Throttling Profiles at:

http://images.patrickmeenan.com/perf2016/select.png

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment