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)