% unless @datasource.default? %> <%#= link_to raw("← Back"), rails_performance_path, class: "back_link" %> <% end %>
All requests (site visitors, search engines, bots, etc)
All requests (site visitors, search engines, bots, etc)
Name | Average | Slowest | ||||||
---|---|---|---|---|---|---|---|---|
Controller#Action | Format | Requests | Duration | Views | DB | Duration | Views | DB |
<%= statistics_link groups[0], @global_report, e[:group] %> <%= link_to rails_performance.rails_performance_breakdown_path(controller_eq: c, action_eq: a), class: 'stats_icon', target: '_blank' do %> <%= raw(stats_icon) %> <% end %> | <%= statistics_link groups[1]&.upcase, @global_report, e[:group] %> | <%= e[:count] %> | <%= round_it e[:duration_average] %> ms | <%= round_it e[:view_runtime_average] %> ms | <%= round_it e[:db_runtime_average] %> ms | <%= round_it e[:duration_slowest] %> ms | <%= round_it e[:view_runtime_slowest] %> ms | <%= round_it e[:db_runtime_slowest] %> ms |