asp.net mvc - .NET MVC Slow Site -
I have a site that takes about twenty seconds to load each page (no matter what What does this do)
So I have put in a /scripts/test.html which is not part of a route and it still takes up to this time ... do not hit any db.
I changed the name of the web. Config _web .config and loads it instantly, rename it back ... load approximately 20-30 seconds back.
The application is running locally ... I put a breakpoint on RegisterRoutes in Global.asax. CS and it went ... The script / test html breakpoints does not do the normal site (the site load loads locally on the same database / code)
The server is Mosso IIS7 / SQL Server 2008 cluster
The site is being hit very hard ... any help please?
Some things to try:
- FileMon / ProcessMonitor Try taking a look along and see if disk is a ton of activity
- If there is no problem above, then install an example of dot trace by Jet Brain. View the profile of the app and see if there is some memory or display problem that is unclear on your local box.
Comments
Post a Comment