Simar
Simar

Reputation: 11

How to load image while the full content loads in webpage

Hi i have webpage taking too long to load due to acsx controls and DB calls. before loading the content , page took 3-4 secs leaving blank screen for users. So what is the best way , so that i can load a loading gif when it is taking 3-4 secs to get content from server. So that there will be no blank white page when user go to page

Upvotes: 1

Views: 84

Answers (2)

Kyle
Kyle

Reputation: 3300

Have you thought about using a minifyer to compress your javascript? Like this one. Also Jeff Atwood wrote a blog post about HTTP compression and IIS6 you can read here.

Upvotes: 1

Related Questions