Query Metrics
3
Database Queries
3
Different statements
2.32 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.90 ms (38.79%) |
1 |
SELECT c0_.name AS name_0, c0_.id AS id_1, COUNT(r1_.id) AS sclr_2 FROM restaurant_cooking_style r2_ INNER JOIN cooking_style c0_ ON r2_.cooking_style_id = c0_.id INNER JOIN restaurant r1_ ON r2_.restaurant_id = r1_.id WHERE c0_.name IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) GROUP BY c0_.name, c0_.id ORDER BY sclr_2 DESC
Parameters:
[ "Végétarienne" "Kenyane" "Végétarienne" "Ethiopienne" "Sainte-Lucienne" "Guadeloupéenne" "Végétalienne" "Kenyane" "Congolaise" "Kenyane" "Nigériane" "Kenyane" "Guadeloupéenne" "Créole" "Végétarienne" "Congolaise" "Créole" ] |
|
0.85 ms (36.55%) |
1 |
SELECT c0_.name AS name_0, c0_.id AS id_1, COUNT(r1_.id) AS sclr_2 FROM restaurant_cooking_style r2_ INNER JOIN cooking_style c0_ ON r2_.cooking_style_id = c0_.id INNER JOIN restaurant r1_ ON r2_.restaurant_id = r1_.id GROUP BY c0_.name, c0_.id ORDER BY sclr_2 DESC
Parameters:
[] |
|
0.57 ms (24.65%) |
1 |
SELECT r0_.id AS id_0, c1_.id AS id_1, c1_.name AS name_2 FROM restaurant r0_ LEFT JOIN address a2_ ON r0_.shop_address_id = a2_.id LEFT JOIN city c1_ ON a2_.city_id = c1_.id WHERE a2_.id IS NOT NULL GROUP BY c1_.name ORDER BY c1_.name ASC
Parameters:
[] |
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
Entity Managers
| Name | Service |
|---|---|
| default | doctrine.orm.default_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\RestaurantCookingStyle | No errors. |
| App\Entity\CookingStyle | No errors. |
| App\Entity\Restaurant | No errors. |
| App\Entity\Address | No errors. |
| App\Entity\City | No errors. |