{% extends "admin/base_site.html" %} {% load i18n %} {% block breadcrumbs %} {% endblock %} {% block content %}
Memory usage (drf_idem:* keys): {{ memory_bytes }} bytes / {{ memory_kb }} KB / {{ memory_mb }} MB {% if memory_warning %} Warning: exceeds {{ warn_threshold_mb }} MB — consider lowering TTL or restricting ENDPOINTS {% endif %}
{% if stats %} {% for row in stats %} {% endfor %}
# Method Endpoint Duplicates Last seen
{{ forloop.counter }} {{ row.method|escape }} {{ row.endpoint|escape }} {{ row.count }} {% if row.last_seen_iso %} {% else %} — {% endif %}
{% else %}

No duplicate requests recorded yet.

{% endif %} {% endblock %}