{# Copyright (C) 2025 CERN. Flask-MultiProfiler is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. #} {% from 'partials.html' import render_query, render_orphaned_request, render_orphaned_response, render_unparsed, render_master_item, render_detail_item %} Search Queries Report

Search Queries ({{ entries|length }}){% if total_time > 0 %} - Total: {{ "%.1f"|format(total_time) }}ms{% endif %}

{% for item in entries %} {{ render_master_item(item, loop.index0) }} {% endfor %}

Select a query to view details

Click on any query in the left panel to see its complete request and response information.

{% for item in entries %} {{ render_detail_item(item, loop.index0) }} {% endfor %}