Visual cue while loading page   

 

 Content Editor Web Part

Adding a visual cue (i.e. Loading image or text) while loading the page may help ease the pain of waiting for the page to complete loading.
 
An extremely easy way of implementing this is to put an image after the body tag and then hide it on the onload event. Works well in FireFox and IE.
 
Sample below!

 Code Snippet