How to simulate slow page load in ASP.NET?
Fiddler can be used to simulate modem (or other slow speed connections)
Related Question: Is it possible to slow down IIS?
The simplest way is to add in the page load event handler
Threading.Thread.Sleep(numberOfMillisecondsToDelay);
if your application is x-browser you could use a firefox add-on, like Firefox Throttle
https://addons.mozilla.org/en-US/firefox/addon/5917/
or maybe just use firefox for testing if your web application targets a specific browser
Update (9/15/2012): This plugin is no longer active... "This add-on has been disabled by an administrator."
Bandwidth or Latency?
For bandwidth, you can use the Bandwidth Throttling module for IIS6 or IIS7.
Not sure how to simulate high Latency though.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With