Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to test Asp.net WebApplication in different internet speed?

how is it possible to test a web application developed in VS 2008, in different internet speed connections?

Thanks in advance?

like image 588
Arny Avatar asked Mar 29 '10 09:03

Arny


1 Answers

For a quick test of slow (modem) speeds, you can use Fiddler and enable the Simulate Modem Speeds option - found in the Rules -> Performance menu.

like image 151
Graham Clark Avatar answered Oct 21 '22 03:10

Graham Clark