Re: Slow Response for ASP.NET page
- From: "Mark Fitzpatrick" <markfitz@xxxxxxxxxx>
- Date: Thu, 1 Sep 2005 16:40:00 -0500
This is exactly how it should be. After a period of idle time the web server
is recovering unused resources including the compiled ASP.Net code. This is
just part of the garbage collection and memory management of the web server
and helps to keep the web server healthy. It should take about 20 minutes
after the last page request before the web server unloads the application.
Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage
"Ramkumar T via DotNetMonster.com" <forum@xxxxxxxxxxxxxxxxx> wrote in
message news:53BB67883B9B4@xxxxxxxxxxxxxxxxxxxx
> Hi
> I am experiencing performance issues with my simple web application.
> (which
> contains pretty simple and straight forward web pages).The app's home page
> takes well over 15 seconds to run under ASP.NET for the first time. Well
> I
> agree that the initial page load takes a while becos of the JIT
> compilation.
>
> However,after first load the delay goes away, but it returns after some
> idle
> time.
>
> Any Suggestions so as to improve the performance?
>
> Please help!
>
>
> --
> Message posted via DotNetMonster.com
> http://www.dotnetmonster.com/Uwe/Forums.aspx/asp-net/200509/1
.
- Follow-Ups:
- Re: Slow Response for ASP.NET page
- From: Lucas Tam
- Re: Slow Response for ASP.NET page
- References:
- Slow Response for ASP.NET page
- From: Ramkumar T via DotNetMonster.com
- Slow Response for ASP.NET page
- Prev by Date: Re: Purpose of "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"?
- Next by Date: Re: How to get data from parent datagrid item from child datagrid dataitem
- Previous by thread: Slow Response for ASP.NET page
- Next by thread: Re: Slow Response for ASP.NET page
- Index(es):