Reputation:
What can I do to slow down the page loading time. Is there any code that I can use in JavaScript, PHP, HTML or CSS to slow down page loading time without displaying anything else. This is for a function I want to test.
Upvotes: 2
Views: 690
Reputation: 24935
Using internet explorer you can use aptimize latency simluator - his lets you simulate different connection speeds.
Upvotes: 3
Reputation: 605
If this is your site you are using PHP you can put a sleep(5) to delay the page loading for 5 seconds.
If it is not, a possible option is to use a proxy server
Upvotes: 6