How to slow down webpage loading time?

2019-07-20 07:14发布

问题:

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.

回答1:

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



回答2:

Using internet explorer you can use aptimize latency simluator - his lets you simulate different connection speeds.