{% extends "ui/_layout.html" %} {% block title %}Misses - withcache{% endblock %} {% block intro %}
Cache misses recorded on ``/blob`` / ``/b//`` requests. In auto-fetch mode withcache enqueues a fetch in the background; in curate mode an operator triggers the pull manually. Per-row Fetch enqueues the pull; Dismiss removes the recorded miss.
{% endblock %} {% block content %}
Recorded misses
{% for r in rows %} {% endfor %} {% if not rows %} {% endif %}
URL Count First seen Last seen Action
{{ r['url'] }} {{ r['count'] }} {{ r['first_seen'] }} {{ r['last_seen'] }} {# Fetch: enqueue a background pull of this URL. Dismiss: remove the row (op curator ack'd they don't want it). #}
No recorded misses yet.
{% endblock %}