I have a very large site and it takes pretty long time to load. It takes around 120 seconds. What I\'m trying to do is loads 1st half of the site loads 1st. Then user can surf w
With pure PHP? Not smart.
$(function() { $('#body').delay(1).fadeOut(); });
Fiddle example: http://jsfiddle.net/r7MgY/