user3177502
user3177502

Reputation: 83

Control speed of apache (localhost)

Occasionally in some of my PHP projects, I feel the need to decrease the speed of the connection, to look like a common internet. I use wampserver 2.2, and would like to know if there is a possibility of slowing the apache for at least a 800kb / s?

If this is not possible through the wamp, xampp can do this?

Upvotes: 0

Views: 675

Answers (1)

krowe
krowe

Reputation: 2270

You want to use a debug proxy like Fiddler. Here is a link with information on how to do this limiting-your-internet-connection-speed.

Upvotes: 1

Related Questions