Get your Rails performance metrics 📈 into Chrome with the `server_timing` gem
View performance metrics (time spent in ActiveRecord, Redis, etc) for each of your Rails app requests in Chrome’s Developer tools with the server_timing gem. Production Safe.™
Comments
Nice!
An alternative would be
rails_server_timings(https://github.com/dpogue/rails_server_timings) But it has fewer metricsPost a comment