We have a performance concern where a custom web application queries CRM to retrieve Account entity where ID is equal to some value. Retrieval of data takes around 4 sec. On checking further, even if I query similar criteria in Advanced Find it takes around 3 seconds. Expectation is to have the response time of few milliseconds as there are integration and other time consuming process involved on the data provided by CRM which slows the end user experience. We have a load balanced servers with good configuration. I have few questions:
1. How can i improve the performance?
2. How can i measure the CRM performance? Currently i'm using fiddler to get the time required by Advanced Find to fetch data.
*This post is locked for comments
I have the same question (0)Have you seen this: