You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This sounds awesome, but where could we get that information? I've searched for a bit, but couldn't find anything on how to retrieve these timings from Guzzle.
@rpkamp sorry for long answer. I checked and found that in RequestTimeMiddleware we're using on_stats option from guzzle. There we receive TransferStats object with handler stats info via getHandlerStats and getHandlerStat methods. That's an example of info:
Based on #210:
More detailed request time description: dns lookup time, connection time, etc..
The text was updated successfully, but these errors were encountered: