I have an Windows Azure app (Asp Net Mvc 4). And there is some ajax in this app. Some requests with simple in-memory server logic (no sql, no external web services). When I run it locally in debug mode, it takes about 900 ms for ajax request to get a response. Locally in release mode, it takes about 30 ms (It`s OK). When I publish app to Azure it takes 450 ms for request to get a response. I try both debug mode and release, also cloud and local service configuration. In all cases it takes 450 ms. Question: is there something that I did not take into account?
This is a pretty vague question but I m struggling a bit to get my head around what is involved in cloud hosting. Say for instance if I had an asp.net web app using: - Webforms - linq to sql - an ...