{% if report %}

Lighthouse results

Нажмите на значение метрики, чтобы увидеть более подробный отчёт.


{% for url, table_for_url in report.items() %}

URL: {{url}}

{% for table_for_metric in table_for_url.items()[0] | slice(1) %} {% for section in table_for_metric[1] %} {% endfor %} {% endfor %} {% for metric, table_for_metric in table_for_url.items() %} {% for section in table_for_metric %} {% endfor %} {% endfor %}
Metrics{{section.slice}}
{{metric}} {% if section.measure.href %} {{section.measure.value}} {% else %} {{section.measure.value}} {% endif %}
{% endfor %} {% else %}

Lighthouse running{% for char in range(range(8)|random) %}{{ '.' }}{% endfor %}

{% endif %}