if your project has RESTFUL apis, you must profile them using an existing profiling library. By profiling we mean:
Measure the number of requests done to a certain endpoint and measure automatically its response time (performances) and report them in a built-in dashboard. This is almost 0 code work, research + integration, and knowing that these things exist.
if your project has RESTFUL apis, you must profile them using an existing profiling library. By profiling we mean: Measure the number of requests done to a certain endpoint and measure automatically its response time (performances) and report them in a built-in dashboard. This is almost 0 code work, research + integration, and knowing that these things exist.