{# This template is used to display detailed view data, when the QueryProfilerType is QUERY_SIGNATURE #} {% load number_formatter %}
Queries | Database time spent | Database rows fetched | Potential N+1 count | Exact query duplicates | |
---|---|---|---|---|---|
Total | {{ summary.total_query_count|commafy }} | {{ summary.total_query_execution_time_in_micros|commafy }} ms | {{ summary.total_db_row_count|commafy }} | {{ summary.potential_n_plus1_query_count|commafy }} | {{ summary.exact_query_duplicates|commafy }} |
{{ query_signature.query_without_params }}