Is there any way to use JavaScript / jQuery to measure loading a page and display a .GIF image until it loads?
I see examples, such as Preloader CSS3 , which only use CSS3, which makes me think that the loading is done in a "false" way, seeing that CSS3 has no ability to check whether the page was loaded or not (as far as my knowledge of CSS3 goes), but of any way, the tutorial is very incomplete and apparently does not work in IE.
Remembering that it is not interesting for me to display the page until it is loaded. And it would be in my interest that this applies to every page. Seeing that the waiting time is real, I do not see why showing the page being loaded.