{% extends '@WebProfiler/Profiler/layout.html.twig' %} {% import _self as helper %} {% block toolbar %} {% if collector.count > 0 %} {% set icon %} {{ include('@Mercure/Icon/mercure.svg') }} {{ include('@Mercure/Icon/mercure.svg') }} Mercure {% endblock %} {% block panel %} {% import _self as helper %}
{% endset %} {{ include('@WebProfiler/Profiler/toolbar_item.html.twig', { link: 'mercure' }) }} {% endif %} {% endblock %} {% block menu %}No messages have been collected.
# | Time | Memory | Topics | Data | Private | ID | Type | Retry |
---|---|---|---|---|---|---|---|---|
{{ i + 1 }} | {{ '%.0f'|format(message.duration) }} ms | {{ '%.2f'|format(message.memory / 1024 / 1024) }} MB | {{ message.object.topics|join(',') }} | {{ dump(message.object.data) }} | {{ dump(message.object.private) }} | {{ message.object.id }} | {{ message.object.type }} | {{ message.object.retry }} |