Hi Guys,
Our application is using MSD as a back-end and front-end is in Angular. We're using Rest APIs to manage CRUD operation in MSD.
Recently, we're facing slowness randomly in API responses. APIs like, /api/data/v9.0/WhoAmI() - took 10+ seconds, api/data/v9.0/transactioncurrencies took 5 seconds. one of custom entities containing only 3 records took 5-6 seconds. This is not happening consistently - it's a random behavior but creates issue while loading our application i.e. one call doesn't return response and blocks rest.
Read a couple of docs but I couldn't find the way to trace the API requests. Security is not complex - just 2 level setup.
Can someone help me, how do I know the root cause of this slowness? Can someone guide me how to trace request or measure performance etc.
Thanks in advance!
Regards,
Niyati