We start facing strange behavior for Production environments. We have a custom class and methods which calculate stocks and prices for products. Running these methods inside Dynamics using web UI shows perfect/expected performance. Same request, same user but using service endpoint (JSON based custom service) shows huge performance difference (2-10 times). Sending multiple times same request we see different response times (twice bigger or lower).
Looks like cache for multi-AOS environments do not work at all or MS changed priority for service endpoint requests. Does someone faced such issue? Any help will be appreciated.