Comment on Offer HN: I'll test your web app from TanzaniaparentComments−skrebbel11yNice! Does anyone know whether something like this exists on Windows?−scott_karana11yI like "clumsy", which has a perfect animated GIF showing the app:http://jagt.github.io/clumsy/index.html−marasal11yThis is great. Thanks.−junto11ySince nearly every Windows web dev has Fiddler2, it can simulate network latency: http://helephant.com/2012/07/11/simulating-network-latency-w...−WickyNilliams11yI believe Fiddler handles this? Not very friendly to change, but it's documented here http://docs.telerik.com/fiddler/KnowledgeBase/FiddlerScript/...−lstamour11yFiddler or Network Emulator for Windows Toolkit perhaps. I'm sure there are other options though.−wasyl11yThere is crapify [1]. I remember seeing other tools as well, but can't find them at the moment.[1] https://www.npmjs.com/package/crapify−goldins11yGoogle Chrome Canary has network throttling functionality.−tuacker11yAs does plain Google Chrome, at least on OSX. Open Dev Tools and click the 2nd icon on top, next to the loupe, which looks like a mobile phone. From there you can specify a set of throttling speeds (offline, gprs, edge, 3G, DSL, Wifi)
Comments
Nice! Does anyone know whether something like this exists on Windows?
I like "clumsy", which has a perfect animated GIF showing the app:
http://jagt.github.io/clumsy/index.html
This is great. Thanks.
Since nearly every Windows web dev has Fiddler2, it can simulate network latency: http://helephant.com/2012/07/11/simulating-network-latency-w...
I believe Fiddler handles this? Not very friendly to change, but it's documented here http://docs.telerik.com/fiddler/KnowledgeBase/FiddlerScript/...
Fiddler or Network Emulator for Windows Toolkit perhaps. I'm sure there are other options though.
There is crapify [1]. I remember seeing other tools as well, but can't find them at the moment.
[1] https://www.npmjs.com/package/crapify
Google Chrome Canary has network throttling functionality.
As does plain Google Chrome, at least on OSX. Open Dev Tools and click the 2nd icon on top, next to the loupe, which looks like a mobile phone. From there you can specify a set of throttling speeds (offline, gprs, edge, 3G, DSL, Wifi)