Forum Moderators: open

Message Too Old, No Replies

ASP Insanely Slow loading

ASP Insanely Slow loading

         

carlb007

2:06 pm on Feb 13, 2006 (gmt 0)

10+ Year Member



Please preview the link provided:

<snip -- no urls>

This file ocassionaly loads instantly for me, other times is taking upwards of 40-50seconds! The file is the simplest loop i can make and consists of:
<%
for i=1 to 500
Response.Write(i)
Response.Write("TESTTESTTESTTESTTESTTEST")
Response.Write("<br>")
next
%>
Nothing more....

It is a brand new Virtual dedicated server (top of line) And there is absolutely no reason for it to load as slow as it does. Every ASP file i have tried exhibits the same problem...load a HTM file and its instant EVERY SINGLE time.
The worrying thing is this is the 2nd server ive tried to show the exact same slow loading symtoms, and im finiding it too hard to believe that no one else is having the same issues.
Its like the Server receives the call and doesnt know what to do with it for the first 40seconds.
If i try it with response buffer to false, STILL the site does not load data bit by bit...so once the asp is running its fast! Its just the lag before it loads...

i dont know how else to explain it really. I tried loading the page with my friend simultaneously on MSN on 2 dif connections. We both sat there for 40seconds before the page popped up at the exact same time for both of us.
I Really hope some1 can help us on this and theres some kind of obvious setting that we simply need to change in IIS, but previously we tried fiddling with IIS Application pools etc to no avail.

Thanks in advance,
Carl

[edited by: Xoc at 6:25 pm (utc) on Feb. 13, 2006]
[edit reason] no urls [/edit]

mrMister

10:16 am on Feb 14, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I have never heard of a "virtual dedicated server" on a Windows box. Can you please explain exactly what your "virtual dedicated server" is?

When you're sharing your server with someone else you're going to be competing for resources. If one of the other applications on the machine is hogging all the resources then you can experience substatial slowdown.