Re: Slow web page
- From: "MSDN" <sql_agentman@xxxxxxxxxxx>
- Date: Thu, 30 Mar 2006 12:43:44 -0800
Peter,
It has nothing to do with the code, the code was never touched
The SP takes 3-4 seconds becasue it is a nasty 32 join, union etc..
so we can live with 3-4 seconds to get 200 records.
The issue here why it is taking now 24 seconds to get the web page to load
the SP still executing in 3-4 seconds.
There must be a list of things a person can go through.
Thank you for your input.
SA
"Peter Bromberg [C# MVP]" <pbromberg@xxxxxxxxxxxxxxxxxxx> wrote in message
news:9E7D228E-022C-46BA-9A4A-05F93AC8CAED@xxxxxxxxxxxxxxxx
MSDN,
Until you post sufficient sample working code to be able to replicate the
issue, I doubt you'll be able to get much more than some "shoot in the
dark"
ideas from readers on this. Stuff about connections, why does the Stored
proc take so long, and so on.
Peter
--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com
"MSDN" wrote:
Hello,
I have a web page that use to take about 6 seconds to load. Now it is
taking 24 seconds
The maximum number of records sending back is 200.
The SQL SP is executing in 3-4 seconds and never more than 6 seconds.
This happened overnight, no code has been changed, no sql sps has been
changed, no web pages has been changed
This also happens even if I have only 1 user on the web site.
What should I be looking for??
Any help is appreciated. This is not a public web site and I can not
share
the URL. Sorry.
If I am to use PerfMon and I did what should I be looking at
specifically...
Thank you for any help, Ideas, Links, etc..
SA
.
- References:
- Slow web page
- From: MSDN
- Slow web page
- Prev by Date: Re: Software Question
- Next by Date: Re: IP address
- Previous by thread: Re: Slow web page
- Next by thread: Microsoft Visual Studio 2005 and .Net Framework 1.1
- Index(es):
Relevant Pages
|
Loading