Create slowly internet simulation on local server

I want test some, while my site is loading. Currently i dont have real server and I test my site on local server and my local site is loaded very fast of course, I want create artificially slowly internet simulation on local server, please tell, this possibly? if yes, how make this?

Upvotes: 0

Views: 108

Answers (2)

Krab
Krab

Reputation: 2148

Traffic control program can simulate this.

e.g.:

tc qdisc replace dev lo root handle 1:0 netem delay 500msec

For 0.5s delay for each packet.

Upvotes: 0

Andrew Bullock
Andrew Bullock

Reputation: 37378

use the YSlow plugin to simulate it in your browser

Upvotes: 2

Related Questions