Skip to content

v1.9.0

Latest
Compare
Choose a tag to compare
@alexisbernard alexisbernard released this 30 Jan 13:54
· 3 commits to master since this release

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

Full Changelog: 1.8.1...v1.9.0