Thread: ASP.NET first load is slow even with debug deactivated
ASP.NET first load is slow even with
debug deactivated
2007-07-29 04:49:44
Hi there, i have a problem with the default page of my web site apostolsanpablo.com The cliente request the page and the server takes too long to answer (about 30s). It seems like the server is caching the dlls again. The
framework used is ASP.NET 2.0, and i wrote debug:false and trace enabled "false" pageOutput:"false" in web.config. In default.aspx i have AutoEventWireup: "false" and EnableViewState: "false".
I use a script manager for ajax in default.aspx and a ajaxcontroltoolkit for the photo slide. Im going to try the page without it to see if it loads faster. I think it is not the weight of the page becouse the following
requests (with different computers) are faster. I think it is problem of the server to cache the dlls in memory when the time between requests is long. I tried to have a thread in the application_start that requested the page every 15 min. Then the page
load got faster in first requests so i dont think it to be a weight problem. How can i solve this problem? is there some configuration for this caching of dlls in web.config or another place? Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "ASP.Net Community" group. To post to this group, send email to aspnetgooglegroups.com To unsubscribe from this group, send email to aspnet-unsubscribegooglegroups.com For more options, visit this group at http://groups.google.com/group/aspnet?hl=en -~----------~----~----~----~------~----~------~--~---