first page load
am 21.09.2007 14:26:26 von Wiper
Hi group
Running Windows 2003 R2 (intranet) in a NLB cluster and 2 webservers running
MS CMS 2002 mixed mode with a SQL 2000 backend
When I request the first page there's approx 30 sec. load time (somethimes
longer) - any other pages after the first page serves up immediately.
Some times I get the: 404 error and if I hit F5 the page are there
instantly.
If I let the browser alone for ½ hour and hit some link on the page there
also approx. 30 sec load time
Can anyone point me to a solution ?
Re: first page load
am 21.09.2007 20:33:15 von Kristofer Gafvert
Is this an ASP.NET web application?
--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info
Wiper wrote:
>Hi group
>
>Running Windows 2003 R2 (intranet) in a NLB cluster and 2 webservers
>running MS CMS 2002 mixed mode with a SQL 2000 backend
>
>When I request the first page there's approx 30 sec. load time (somethimes
>longer) - any other pages after the first page serves up immediately.
>
>Some times I get the: 404 error and if I hit F5 the page are there
>instantly.
>
>If I let the browser alone for ½ hour and hit some link on the page there
>also approx. 30 sec load time
>
>Can anyone point me to a solution ?
Re: first page load
am 22.09.2007 21:42:22 von Wiper
Hi
Yes
cheers
Wiper
"Kristofer Gafvert" skrev i meddelelsen
news:xn0fbh0kw5l37h1003@news.microsoft.com...
> Is this an ASP.NET web application?
>
> --
> Regards,
> Kristofer Gafvert
> http://www.gafvert.info/iis/ - IIS Related Info
>
>
> Wiper wrote:
>
>>Hi group
>>
>>Running Windows 2003 R2 (intranet) in a NLB cluster and 2 webservers
>>running MS CMS 2002 mixed mode with a SQL 2000 backend
>>
>>When I request the first page there's approx 30 sec. load time (somethimes
>>longer) - any other pages after the first page serves up immediately.
>>
>>Some times I get the: 404 error and if I hit F5 the page are there
>>instantly.
>>
>>If I let the browser alone for ½ hour and hit some link on the page there
>>also approx. 30 sec load time
>>
>>Can anyone point me to a solution ?
Re: first page load
am 23.09.2007 08:48:15 von Kristofer Gafvert
Okay,
ASP.NET has a startup time, that is by design. When the application pool
is recycled, you will see the very same startup time again. By default IIS
stops the application pool when it has been idle for 20 minutes (i think
it was 20 minutes).
You can set IIS to never stop the application pool, if you do not need it
to stop. There are other application pool settings you may want to tune
for ASP.NET web applications.
--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info
Wiper wrote:
>Hi
>
>Yes
>
>cheers
>Wiper
>
>
>"Kristofer Gafvert" skrev i meddelelsen
>news:xn0fbh0kw5l37h1003@news.microsoft.com...
>>Is this an ASP.NET web application?
>>
>>-- Regards,
>>Kristofer Gafvert
>>http://www.gafvert.info/iis/ - IIS Related Info
>>
>>
>>Wiper wrote:
>>
>>>Hi group
>>>
>>>Running Windows 2003 R2 (intranet) in a NLB cluster and 2 webservers
>>>running MS CMS 2002 mixed mode with a SQL 2000 backend
>>>
>>>When I request the first page there's approx 30 sec. load time (somethimes
>>>longer) - any other pages after the first page serves up immediately.
>>>
>>>Some times I get the: 404 error and if I hit F5 the page are there
>>>instantly.
>>>
>>>If I let the browser alone for ½ hour and hit some link on the page there
>>>also approx. 30 sec load time
>>>
>>>Can anyone point me to a solution ?
Re: first page load
am 23.09.2007 15:51:20 von Wiper
Hi Kristofer
I've already disabled the recycled of the app pool
It a 64bit box if that makes any difference...
Cheers
Wiper
"Kristofer Gafvert" skrev i meddelelsen
news:xn0fbjb4g7qsafx006@news.microsoft.com...
> Okay,
>
> ASP.NET has a startup time, that is by design. When the application pool
> is recycled, you will see the very same startup time again. By default IIS
> stops the application pool when it has been idle for 20 minutes (i think
> it was 20 minutes).
>
> You can set IIS to never stop the application pool, if you do not need it
> to stop. There are other application pool settings you may want to tune
> for ASP.NET web applications.
>
>
>
> --
> Regards,
> Kristofer Gafvert
> http://www.gafvert.info/iis/ - IIS Related Info
>
>
> Wiper wrote:
>
>>Hi
>>
>>Yes
>>
>>cheers
>>Wiper
>>
>>
>>"Kristofer Gafvert" skrev i meddelelsen
>>news:xn0fbh0kw5l37h1003@news.microsoft.com...
>>>Is this an ASP.NET web application?
>>>
>>>-- Regards,
>>>Kristofer Gafvert
>>>http://www.gafvert.info/iis/ - IIS Related Info
>>>
>>>
>>>Wiper wrote:
>>>
>>>>Hi group
>>>>
>>>>Running Windows 2003 R2 (intranet) in a NLB cluster and 2 webservers
>>>>running MS CMS 2002 mixed mode with a SQL 2000 backend
>>>>
>>>>When I request the first page there's approx 30 sec. load time
>>>>(somethimes longer) - any other pages after the first page serves up
>>>>immediately.
>>>>
>>>>Some times I get the: 404 error and if I hit F5 the page are there
>>>>instantly.
>>>>
>>>>If I let the browser alone for ½ hour and hit some link on the page
>>>>there also approx. 30 sec load time
>>>>
>>>>Can anyone point me to a solution ?
Re: first page load
am 23.09.2007 19:21:23 von Kristofer Gafvert
If the application pool is not recycled (perhaps it is recycled due to a
failure? Check the event log), can you please check if this problem is
isolated to ASP.NET web applications? Does a normal .htm file load
instantly (if the extension is not mapped to the ASP.NET isapi)?
If so, you may want to post this question to the ASP.NET
newsgroups/forums, because it seems to be an ASP.NET issue.
--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info
Wiper wrote:
>Hi Kristofer
>
>I've already disabled the recycled of the app pool
>
>It a 64bit box if that makes any difference...
>
>Cheers
>Wiper
>
>"Kristofer Gafvert" skrev i meddelelsen
>news:xn0fbjb4g7qsafx006@news.microsoft.com...
>>Okay,
>>
>>ASP.NET has a startup time, that is by design. When the application pool
>>is recycled, you will see the very same startup time again. By default IIS
>> stops the application pool when it has been idle for 20 minutes (i think it was 20 minutes).
>>
>>You can set IIS to never stop the application pool, if you do not need it
>>to stop. There are other application pool settings you may want to tune
>>for ASP.NET web applications.
>>
>>
>>
>>-- Regards,
>>Kristofer Gafvert
>>http://www.gafvert.info/iis/ - IIS Related Info
>>
>>
>>Wiper wrote:
>>
>>>Hi
>>>
>>>Yes
>>>
>>>cheers
>>>Wiper
>>>
>>>
>>>"Kristofer Gafvert" skrev i meddelelsen
>>>news:xn0fbh0kw5l37h1003@news.microsoft.com...
>>>>Is this an ASP.NET web application?
>>>>
>>>>-- Regards,
>>>>Kristofer Gafvert
>>>>http://www.gafvert.info/iis/ - IIS Related Info
>>>>
>>>>
>>>>Wiper wrote:
>>>>
>>>>>Hi group
>>>>>
>>>>>Running Windows 2003 R2 (intranet) in a NLB cluster and 2 webservers
>>>>>running MS CMS 2002 mixed mode with a SQL 2000 backend
>>>>>
>>>>>When I request the first page there's approx 30 sec. load time (somethimes
>>>>>longer) - any other pages after the first page serves up immediately.
>>>>>
>>>>>Some times I get the: 404 error and if I hit F5 the page are there
>>>>>instantly.
>>>>>
>>>>>If I let the browser alone for ½ hour and hit some link on the page there
>>>>>also approx. 30 sec load time
>>>>>
>>>>>Can anyone point me to a solution ?