When my site first loads, the array is populated with information from the database, which I grab using jQuery (from Google merge tables). There is a lot of information, so it takes a good 3 to 10 seconds, based on how everything goes. This is not necessary immediately, and the rest of the page loads. My problem is that the browser icon is still spinning and the mouse is spinning (hourglass, whatever). It makes sense, things are still loading, but I don’t want the user to feel like they are still waiting for them to feel really good. Is there any way to stop this behavior?
source
share