According to NewRelic the slowest transaction in my application is:
Middleware/Rack/ActionDispatch::Routing::RouteSet#call
It takes
In my case, I was using rocket_pants. Its controllers don't inherit from ActionController::Base so it was showing up in newrelic as middleware. https://discuss.newrelic.com/t/middleware-call-shown-as-web-transaction/25861/8
rocket_pants
ActionController::Base