How to slow down webpage loading time?

别等时光非礼了梦想. 提交于 2019-12-11 02:26:34

问题


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.



来源:https://stackoverflow.com/questions/21315636/how-to-slow-down-webpage-loading-time

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!