vote up 3 vote down star
3

I have a site that is taking around 20 seconds to load every page (no matter what it does)

So i put in a /scripts/test.html that isn't part of a route and it still takes this long... no db hit nothing.

I renamed the web.config to _web.config and it loads instantly, rename it back... back to around 20-30 second load times.

Running the application locally... i put a breakpoint on the RegisterRoutes in the Global.asax.cs and ran that... /scripts/test.html does not hit breakpoint normal site does (site loads instaly fast locally on the same database/code)

Server is Mosso IIS7/SQL Server 2008 Cluster

The site is being hit pretty hard... ANY help please? or things to test/debug?

flag

20% accept rate
6  
Can you post your web.config file? – Elazar Leibovich May 3 at 7:13
Any difference in speed depending on the browser? – JRL Nov 17 at 16:05

4 Answers

vote up 1 vote down

Few things to try:

  • Try taking a look with FileMon/ProcessMonitor and see if there is a ton of disk activity.
  • If the above is not an issue, install an instance of Dot Trace by Jet Brains. Profile the app and see if there is some memory or performance issue that is not apparent on your local box.
link|flag
vote up 0 vote down

is the server swapping memory to disk?

link|flag
vote up 0 vote down

is this provlem fixed yet? we are having the same problem.

link|flag
vote up 0 vote down

I saw another related issue that was solved by disabling IPv6, maybe try that.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.