Rails Performance
A self-hosted performance dashboard for requests, jobs and queries
No ratings yet
- Gem
- rails_performance
- Repository
- igorkasyanchuk/rails_performance
- License
- MIT
- Stars
- 1,300
- Added
- August 11, 2026
About
Request and job performance data, collected into Redis and shown in a mounted
dashboard.
What you get
- Per-endpoint response time and throughput
- Slow request breakdown by database, view and other
- Background job durations
- Recent requests with their traces
Mounting it
ruby
# Gemfile
gem "rails_performance"
# config/routes.rb
authenticate :user, ->(user) { user.admin? } do
mount RailsPerformance::Engine, at: "rails/performance"
end
Requires Redis for storage.
Discussion (0)
Sign in to join the discussion.
No comments yet.