{% extends '@WebProfiler/Profiler/layout.html.twig' %}
{% block toolbar %}
{% set time = collector.templatecount ? '%0.0f ms'|format(collector.time) : 'n/a' %}
{% set icon %}
{% endset %}
{% set text %}
| Total Render Time including sub-requests rendering time |
{{ '%0.0f ms'|format(collector.time) }} |
|---|---|
| Template Calls | {{ collector.templatecount }} |
| Block Calls | {{ collector.blockcount }} |
| Macro Calls | {{ collector.macrocount }} |
| Template Name | Render Count |
|---|---|
{{ template }} |
{{ count }} |
No Twig templates were rendered for this request.
{% endif %} {% endblock %}