{% extends "base.html" %} {% block title %}FlowSurgeon — Requests{% endblock %} {% block topbar %} {% endblock %} {% block content %} {# Pagination base URL always uses view=latency so page links land on the latency tab #} {% set pb = debug_route + "?view=latency" %} {% if q %}{% set pb = pb + "&q=" + q %}{% endif %} {% if order and order != "queries" %}{% set pb = pb + "&order=" + order %}{% endif %} {% if show and show != 25 %}{% set pb = pb + "&show=" + show|string %}{% endif %} {% set pb = pb + "&" %}
enable_profiling=True in Config to capture per-request call-stack data.
{% endif %}