{% extends app.request.isXmlHttpRequest ? 'WebProfilerBundle:Profiler:ajax_layout.html.twig' : 'WebProfilerBundle:Profiler:layout.html.twig' %}
{% block toolbar %}
{% set icon %}
{% if collector.querycount > 0 %}
{% endif %}
{% if collector.invalidEntityCount > 0 %}
{% endif %}
{% if collector.cacheEnabled %}
{% endif %}
{% endset %}
{% set text %}
No queries.
{% else %}
#▲ | Time | Info |
---|---|---|
{{ loop.index }} | {{ '%0.2f'|format(query.executionMS * 1000) }} ms |
{{ query.sql|doctrine_pretty_query(i, loop.parent.loop.index)|raw }}
Parameters: {{ query.params|yaml_encode }} [Display runnable query] {% if query.explainable %} [ |
No connections.
{% endif %}No entity managers.
{% endif %}No cache.
{% endif %}No loaded entities.
{% else %}Class | Mapping errors |
---|---|
{{ class }} |
{% if collector.mappingErrors[manager][class] is defined %}
|