Tuesday, August 21, 2018

Measuring And Reporting The Response Time Of An ASP.NET Core API

Performance is the buzzword for the APIs. One of the most important and measurable parameter of the API performance is the Response time. In this article, we will understand how to add code to measure the response time of an API and then return the Response time data to the end client.

source https://www.c-sharpcorner.com/article/measuring-and-reporting-the-response-time-of-an-asp-net-core-api/

No comments:

Post a Comment