Query Metrics
9
Database Queries
7
Different statements
18.56 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.56 ms |
SELECT t0.id AS id_1, t0.idCountry AS idCountry_2, t0.code AS code_3, t0.name AS name_4, t0.slug AS slug_5, t0.region_id AS region_id_6, t0.small_region_id AS small_region_id_7 FROM department t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"33"
]
|
| 2 | 5.06 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.slug AS slug_4, t0.location AS location_5, t0.position AS position_6, t0.department_id AS department_id_7, t0.parent_city_id AS parent_city_id_8 FROM city t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"Bordeaux"
]
|
| 3 | 1.30 ms |
SELECT t0.id AS id_1, t0.idCountry AS idCountry_2, t0.name AS name_3, t0.slug AS slug_4, t0.type AS type_5, t0.parent_region_id AS parent_region_id_6 FROM region t0 WHERE t0.id = ?
Parameters:
[
26
]
|
| 4 | 1.11 ms |
SELECT t0.id AS id_1, t0.idCountry AS idCountry_2, t0.name AS name_3, t0.slug AS slug_4, t0.type AS type_5, t0.parent_region_id AS parent_region_id_6 FROM region t0 WHERE t0.id = ?
Parameters:
[
12
]
|
| 5 | 0.63 ms |
SELECT t0.id AS id_1, t0.idCountry AS idCountry_2, t0.code AS code_3, t0.name AS name_4, t0.slug AS slug_5, t0.region_id AS region_id_6, t0.small_region_id AS small_region_id_7 FROM department t0 ORDER BY t0.name ASC
Parameters:
[] |
| 6 | 4.07 ms |
SELECT t0.id AS id_1, t0.idCountry AS idCountry_2, t0.name AS name_3, t0.slug AS slug_4, t0.type AS type_5, t0.parent_region_id AS parent_region_id_6 FROM region t0 WHERE t0.type = ? ORDER BY t0.name ASC
Parameters:
[
"main"
]
|
| 7 | 1.34 ms |
SELECT t0.id AS id_1, t0.idCountry AS idCountry_2, t0.name AS name_3, t0.slug AS slug_4, t0.type AS type_5, t0.parent_region_id AS parent_region_id_6 FROM region t0 WHERE t0.type = ? ORDER BY t0.name ASC
Parameters:
[
"small"
]
|
| 8 | 3.17 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.slug AS slug_4, t0.location AS location_5, t0.position AS position_6, t0.department_id AS department_id_7, t0.parent_city_id AS parent_city_id_8 FROM city t0 WHERE t0.parent_city_id = ?
Parameters:
[
332
]
|
| 9 | 1.32 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.slug AS slug_4, t0.location AS location_5, t0.position AS position_6, t0.department_id AS department_id_7, t0.parent_city_id AS parent_city_id_8 FROM city t0 WHERE t0.department_id = ? ORDER BY t0.position ASC, t0.name ASC
Parameters:
[
77
]
|
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\Department | No errors. |
| App\Entity\Region | No errors. |
| App\Entity\City | No errors. |
| App\Entity\CityException | No errors. |
| App\Entity\ContentSpinning | No errors. |