What's Changed
-
Measure ActiveRecord async queries and displays the non blocking time
-
Measure render collection
-
Requests now report the time they have been queued by the proxy before reaching the application.
A section with the kind
queue
reports the time between the timestamp set by the HTTP proxy
when the request was received and the time the application started processing the request.This time is also included into the total runtime of the request.
New Contributors
- @AxelTheGerman made their first contribution in #34
Full Changelog: 1.8.1...v1.9.0