{% extends "base.html" %} {% block extra_css %} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block main %}

{{ title }}

Every URL you've registered, current probe state, and audit signals.

Any public URL. Probe begins within 3 minutes.

registered properties
{% for property in properties %}
{{ property.url }}
{% for tick in property.recent_tick_stream %} {% else %} {% for i in range(30) %}{% endfor %} {% endfor %}
status {% if property.current_status == 200 %} ok · 200 {% else %} down · {{ property.current_status }} {% endif %}
uptime {% if property.recent_uptime_pct is not none %} {% if property.recent_uptime_pct >= 99 %} {{ property.recent_uptime_pct }}% {% elif property.recent_uptime_pct < 95 %} {{ property.recent_uptime_pct }}% {% else %} {{ property.recent_uptime_pct }}% {% endif %} {% else %} {% endif %}
sec {% if property.has_security_issue %} issues {% else %} ok {% endif %}
seo {% set insights = property.crawler_insights | length %} {% if insights > 100 %} {{ insights }} {% elif insights > 25 %} {{ insights }} {% else %} {{ insights }} {% endif %}
lh {% if property.avg_lighthouse_score %} {% if property.avg_lighthouse_score >= 90 %} {{ property.avg_lighthouse_score }}% {% elif property.avg_lighthouse_score >= 80 %} {{ property.avg_lighthouse_score }}% {% else %} {{ property.avg_lighthouse_score }}% {% endif %} {% else %} {% endif %}
{% if not property.is_protected %}
{% endif %} View →
{% else %}

Click + new above to register your first URL.

{% endfor %}
{% endblock %}