{% extends '@WebProfiler/Profiler/layout.html.twig' %} {% block toolbar %} {% if collector.totals.calls > 0 %} {% set icon %} {{ include('@WebProfiler/Icon/cache.svg') }}
{% endset %} {% set text %} {% endset %} {{ include('@WebProfiler/Profiler/toolbar_item.html.twig', { link: profiler_url }) }} {% endif %} {% endblock %} {% block menu %} {{ include('@WebProfiler/Icon/cache.svg') }} Cache {% endblock %} {% block panel %}No cache calls were made.
No calls were made for {{ name }} pool.
# | Time | Call | Hit |
---|---|---|---|
{{ loop.index }} | {{ '%0.2f'|format((call.end - call.start) * 1000) }} ms | {{ call.name }}() | {{ profiler_dump(call.value.result, maxDepth=2) }} |