{% extends 'WebProfilerBundle:Profiler:layout.html.twig' %} {% block toolbar %} {% set icon %} Redis {{ collector.commandcount }} {% endset %} {% set text %}
Queries {{ collector.commandcount }}
Query time {{ '%0.2f'|format(collector.time) }} ms
{% endset %} {% include 'WebProfilerBundle:Profiler:toolbar_item.html.twig' with { 'link': profiler_url } %} {% endblock %} {% block menu %} Redis Redis {{ collector.commandcount }} {{ '%0.0f'|format(collector.time) }} ms {% endblock %} {% block panel %}

Commands

{% if not collector.commandcount %}

No commands.

{% else %} {% endif %} {% endblock %}