When I run my ASP MVC site locally, or in the same LAN the response time is immediate.
However on production the response time is considerably slow (2-3 seconds for each request).
When I connect using remote desktop to the server and run the site locally – response time is very good.
For other sites on the same server, response time is good.
What can be done to accelerate ASP MVC site response time?
(I guess that there are several factors)
It sounds like it’s not your code but your web host that’s the issue.
Glimpse and Fiddler might show an issue, but it’s probably worth working through the points in Muhammad Akhtar’s SO post first. It looks like the final solution in that post was to upgrade the production server’s processor.