Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to simulate long document loading?

I want to do some tests for JavaScript code that is launched before document is completely loaded and after that.

Is there any posibility to delay in own document loading (fo 10 seconds, for example)? So I will clearly see when there is effects done BEFORE document was loaded and AFTER.

Thanks.

Would be greate to have a cross-browser solution.

like image 963
Budda Avatar asked Nov 14 '22 23:11

Budda


1 Answers

Firefox Throttle could help you slow down the loading of the page and might give you what you're looking for.

like image 198
lance Avatar answered Dec 22 '22 11:12

lance