Forum Moderators: open

Message Too Old, No Replies

Page loading problems

         

zaneta

4:21 pm on May 27, 2004 (gmt 0)

10+ Year Member



Hello everyone,
could you pelease help me out with a problem I am facing lately?

When I request my website (<snip>) the loading of the page does not go gradually, but all at once, and after a huge delay.

The delay is normal, because the size of the homepage is quite huge(30K plus an include of an asp library), but it worries me why the loading goes not gradually

Please note that I have used tables all over the page, but cared about specifying widths and heights every time

Thank you in advance and greetings from Greece

[edited by: BlobFisk at 4:29 pm (utc) on May 27, 2004]
[edit reason] The posting of personal URLs is against the TOS. [/edit]

BlobFisk

4:32 pm on May 27, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



It sounds like the delay is at the server side processing the ASP and including the library.

As a test try removing some/all of the ASP and see what the download time is like.

HTH

zaneta

6:31 pm on May 27, 2004 (gmt 0)

10+ Year Member



Hey Blob Fisk!

I did an extent debugging and finally realized that an external javascript were causing the problems.

Thank you

brucec

7:37 pm on May 27, 2004 (gmt 0)

10+ Year Member



I had the same problem on a web site using ASP, a virtual stock exchange and I use Javascript for the stock ticker. At one point I removed the ticker and it still loaded slowly, but your solution just gave me some ideas.

I am glad you asked this.