Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

WEIRD! ASP page slows down suddenly! Nothing new in coding though!

Status
Not open for further replies.

JoJoH

Programmer
Joined
Jan 29, 2003
Messages
356
Location
US
Hi all,

My goodness, this thing is driving me crazy! I have a few ASP pages that are behaving extremely weirdly, and I have no idea why! Sometimes they load extremely fast and then all of a sudden it slows down VERY much then a little while later it speeds back up again! I just don't know why! I didn't use anything new in those pages, just the regular codings from my previous working asp pages... Please advice.

Thanks in advance!

JoJoH

 
I think we're gonna need to see your ASP code to solve this ...
Your page loaded very slow indeed, in fact it still is :)
It's probably nothing more than an incorrect loop or something. Only times I encountered this was with loops being faulty.
 
Thanks N3XuX, GaryC123 for the replies!!!


The site wasn't used to be that slow(The site has been on there for like a year now and it is doing fine all alone until yesterday), I have not made any changes to it at all to it, it just gone slow all of a sudden! Yesterday it started with like 3 pages loading very slowly, now this morning I woke up the entire site including the home page is slow! Please help! And yes Gary I am using a web host and I am currently contacting them to see what they got to say, I mean a site just don't go slow all by itself when no changes has been made to them!

Please advice.

Thanks in advance!

JoJoH

 
If nothings changed your end I would say there is another site on the server that is killing the processor or a dll has got corrupt or... But definitely sounds like a problem on your hosts side so you will have to wait to see what they say, should be simple enough for them to find it.

 
In fact I am chatting with them right now at this moment but I seems to have trouble convincing them that it's probably their problem and they should really go check... And they said only my site is having this problem while other sites on the same server don't have this problem...any idea why? Please advice

Thanks in advance!

JoJoH

 
Any way to find out which sites those other sites are ?
If it is their fault it's probably the technology diff. in the sites. Maybe the others aren't using ASP or maybe you're just using a specific component. Have you tried uploading any test ASP sites ? Are you sure u didn't reach the end of your maximum space on the webserver and are tryig to put something in DB on logon. If it is them the most logical would probably be a specific compontent you're using that is failing. If you write a lot to your DB check if it isn't corrupted (although it would probably just give an error I'ld expect.)

...ok nm lol just checked your website and it works fine now :)
what was the problem ?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top