How to simulate slow internet connection
Posted
by
V-Light
on Super User
See other posts from Super User
or by V-Light
Published on 2011-06-14T17:19:01Z
Indexed on
2011/06/29
0:24 UTC
Read the original article
Hit count: 491
I currently deploy with GAE (google app engine) and I try to implement some AJAX validation. So I got a couple text-fields and "spinners" (ajax loaders) which should be displayed when an AJAX request is sent. But I deploy on my local computer (localhost), so the GAE SDK reacts very fast on any request. It takes about 50-70 ms(miliseconds) to perform the whole ajax request, which is far far away from the real.
Is there a way to somehow simulate slow Internet connection? I just want to see how my "spinners" work. I want to test some ajax setting (jquery) about timeouts, errors and so on...
Any ideas ?
© Super User or respective owner