How to find the cause of occasional slowness in .NET WebApi – Asp.net
I am investigating some occasional slowness in a aspnet Webapi method (.NET 4.8, not core). The symptoms are that most of the time the API responds in a few tens of milliseconds, but sometimes it takes a few seconds to…