Me again. Last week I put a PR in to Laravel to make handlerStats more reliable. This allows us to include native request timings and extra data like connection time and request size.
We can now remove our custom timing logic and instead get a more accurate depiction of how long the actual request took.
If a request is being mocked, we now also inform the user of that fact.
Hello there!
Me again. Last week I put a PR in to Laravel to make
handlerStats
more reliable. This allows us to include native request timings and extra data like connection time and request size.We can now remove our custom timing logic and instead get a more accurate depiction of how long the actual request took.
If a request is being mocked, we now also inform the user of that fact.