[Awesome Ruby Gem] Use rails_mini_profiler gem to provide an easy-to-use performance profiler for your Rails applications
Rails Mini Profiler
Rails Mini Profiler is an easy-to-use performance profiler for your Rails applications. It is heavily inspired by Rack Mini Profiler GitHub - MiniProfiler/rack-mini-profiler: Profiler for your development and production Ruby rack apps. - https://github.com/MiniProfiler/rack-mini-profiler and other APM tools.
Rails Mini Profiler improves upon rack-mini-profiler in the latter regard. It is a developer tool, rather than a monitoring tool, and sets a big focus on developer experience. Simply put, it aims to be the best tool available to help you figure out why specific requests are slow.
As such, compared to rack-mini-profiler, it does not support non-Rails apps (e.g. Sinatra) or production sampling, but provides a much better user experience and better supports API-only applications.