I found some old treaths about this topic but is there a new/working way to slow down the loading of a website (local websever) to a predefined speed? I didnt find a good working one... (windows)
Would be nice if its a Firefox add-on/plugin.
Any suggestions?
Thank you
This is funny. Normally, everybody wants faster sites.
You could lookup some free web hosting providers and put your site there. They should make it slow by design.
I guess you're trying to test the system.
Thank you for you answer, But i looking for a plugin, add-on, tool to simulate a slow internet connection :-)
if you have access to the web site's code you could do this in a file that's always included e.g. config.php or db.php
<?php sleep(mt_rand(1, 5)); ?>
haha you may try http://www.fiddler2.com/fiddler2/
ZABI;1222621 wrote:haha you may try http://www.fiddler2.com/fiddler2/
this is a solutoin. thanks