{% extends 'WebProfilerBundle:Profiler:layout.html.twig' %} {% block toolbar %} {% set icon %} Guzzle {{ collector.requests|length }} {% endset %} {% set text %}
Guzzle Requests {{ collector.requests|length }}
Total Duration {{ collector.totalDuration }} ms
{% endset %} {% include 'WebProfilerBundle:Profiler:toolbar_item.html.twig' with { 'link': profiler_url } %} {% endblock %} {% block menu %} Guzzle {{ collector.requests|length }} {% endblock %} {% block panel %}

HTTP requests

{% if collector.requests|length == 0 %}

No requests sent.

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