I want to get for each call I do with Soap client a total time
for the request.
I've searched everywhere for such in-the-box solution like curl_getinfo
but nothing.
Tried to log the __getLastResponseHeaders()
and __getLastRequestHeaders()
- no info there about that (and yes- I had enabled the trace).
Is there another solution but to use microtime
for measuring the request time?