We are using axios to send the request, but it is taking too much time in building the request(>= 500ms)
Is it because of axios or something else?
Axios Version: 0.27.2
Okay, to I am using observing tool in which I am seeing before sending the request to any service, it is taking around 500ms minimum.
service-1 sending request to service-2
service-1 req ----------------------> service-2
---500ms---| ---------x time--->| ---x time to return--
Our problem is exactly like this https://github.com/axios/axios/issues/2609 but we updated to the latest axios version and still we are facing this issue.