Integrate with rack-mini-profiler #36
Labels
enhancement
New feature or request
good first issue
Good for newcomers
Ruby
Should be completable in Ruby (no C++)
An easy way to get profiling data from a running web server is to have a Rack middleware, which wraps the current request in a profile and returns the profile of the request instead of the original body.
At work we use a custom middleware for this, but for other projects I really like https://github.com/MiniProfiler/rack-mini-profiler
We could propose Vernier support is added to
rack-mini-profiler
(I don't know if they're open to it), or make our own middleware (would avoid needing to install an extra gem), or both!The text was updated successfully, but these errors were encountered: