rails_server_timings icon indicating copy to clipboard operation
rails_server_timings copied to clipboard

Server Timing headers for Rails apps

Results 3 rails_server_timings issues
Sort by recently updated
recently updated
newest added

I'm seeing crashes when using this gem with rails 4.2.7.1 and it looks like the gem's `process_action` method gets called before (inside) the one from `ActionController::Metal`, so the event is...

It appears that there's something wrong with the way the header is being set by this gem. I'm getting `ActionDispatch::IllegalStateError` when a second request is sent to the server before...

Thanks for writing this gem I only see `db` & `view` on the new header now And I want to know if there is a way to add more stats...