MVC3 randomly slow page loading

LAIHOERIE

New Member
It's not easy to explain what the problem really is, but I try to ;-).Here's some data:- Microsoft Server with IIS7 (not RC2)- 3GB Ram- Only this application is on this server- SQL 2008 Express- Repository Pattern- SimpleInjector- MVCSitemapProviderOk now to the problem. It's not the startup because the site is loaded in 2sec. after app pool recyling. After the startup the pages are loaded in 200ms or less (or more), but sometimes (I cannot say when, because it's randomly and its NOT after the recycling) they need up to 2 minutes or more.I tried glimpse to find the problem. It shows something like:- ASP.NET begin request: 121456ms (this is randomly)- Filter: 2ms- Controller: 26ms- Views: 298ms- ASP.NET end request: 0msIt's like a request stacking... I don't know. Maybe you can help me ;-).
 
Back
Top