I have a Windows Azure application (Asp Net Mvc 4). And there is ajax in this application. Some queries with simple server logic in memory (no sql, no external web services). When I run it locally in debug mode, it takes about 900 ms for an ajax request to request a response. Locally in release mode, it takes about 30 ms (this is normal). When I publish an application for Azure, it takes 450ms to get a response. I try both debug mode and release, as well as cloud and on-premises configuration. In all cases, it takes 450 ms. Question: is there something that I did not take into account?
source
share