Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Simulate slow connection on localhost

I'm using xampp and I'm trying to simulate a slow connection so that I can test out a few things that I've done with image uploading and progress bars.

I've tried using Fiddler and mod_bw, both of which didn't work for me (mod_bw is a bit outdated, I'm not even sure if it works anymore).

Does anyone know how I could simulate a slow connection on localhost?

like image 606
Bagwell Avatar asked Jan 06 '14 00:01

Bagwell


1 Answers

Try using Charles Proxy, very good tool for web debugging and it has a bandwidth throttling feature which sounds like it would help in this case.

like image 57
arco444 Avatar answered Oct 23 '22 03:10

arco444