I’m trying to implement an ajax page loading icon, but of course I can’t test it on my localhost because it loads instantly….
How can I simulate a slow internet connection with Eclipse Platform in Ubuntu which will allow me to test the loading icon???
Thanks very much
Put an
time.sleep(5)in your view before the return to sleep for five seconds.