<% unless local_assigns[:xhr] %> <% end %> <% if queries.empty? %> <% end %> <% queries.each do |query| %> <% end %>
Total Time Average Time Calls

<% if local_assigns[:xhr] %> No data available for this time. <% else %> ... <% end %>

<%= number_with_delimiter(query["total_minutes"].to_f.round) %> min <% percent = query["total_percent"].to_f %> <% if percent > 1 %> <%= percent.round %>% <% elsif percent > 0.1 %> <%= percent.round(1) %>% <% else %> < 0.1% <% end %> <%= number_with_delimiter(query["average_time"].to_f.round) %> ms <%= number_with_delimiter(query["calls"].to_i) %>
<%= query["query"] %>
<% if query["query"] == "" %>

For security reasons, only superusers can see queries executed by other users.

<% end %>