<% unless @datasource.default? %> <%#= link_to raw("← Back"), rails_performance_path, class: "back_link" %> <% end %>

Throughput Report

All requests (site visitors, search engines, bots, etc)


Average Response Time Report

All requests (site visitors, search engines, bots, etc)


Requests (path, total number, average response time)

<% @global_report_data.each do |e| %> <% groups = e[:group].split("|") %> <% c, a = groups[0].split("#") %> <% end %>
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


<%= render '/rails_performance/crash_report' %> <% content_for :on_load do %> <% end %>