Query Metrics
14
Database Queries
9
Different statements
24.43 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 4.95 ms |
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.place AS place_3, t0.country AS country_4, t0.place_key AS place_key_5, t0.place_data AS place_data_6, t0.search_key AS search_key_7, t0.locale AS locale_8 FROM google_place_search t0 WHERE t0.search_key = ? LIMIT 1
Parameters:
[
"bWF6ZXJlcy0wOTI3MHxmcnxmcg=="
]
|
| 2 | 1.21 ms |
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.place AS place_3, t0.country AS country_4, t0.place_key AS place_key_5, t0.place_data AS place_data_6, t0.search_key AS search_key_7, t0.locale AS locale_8 FROM google_place_search t0 WHERE t0.search_key = ? LIMIT 1
Parameters:
[
"bWF6ZXJlcy0wOTI3MHxmcnxmcg=="
]
|
| 3 | 5.00 ms |
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.type AS type_2, c0_.slug AS slug_3, c0_.location AS location_4, c0_.position AS position_5, c0_.department_id AS department_id_6, c0_.parent_city_id AS parent_city_id_7 FROM city c0_ WHERE (c0_.slug LIKE ? OR c0_.slug LIKE ?) AND c0_.type LIKE ? LIMIT 1
Parameters:
[ "mazeres-09270" "mazeres-09%" "main" ] |
| 4 | 0.50 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.id = ?
Parameters:
[
29
]
|
| 5 | 3.94 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:
[
29
]
|
| 6 | 0.49 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:
[
80
]
|
| 7 | 1.14 ms |
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.place AS place_3, t0.country AS country_4, t0.place_key AS place_key_5, t0.place_data AS place_data_6, t0.search_key AS search_key_7, t0.locale AS locale_8 FROM google_place_search t0 WHERE t0.search_key = ? LIMIT 1
Parameters:
[
"bWF6ZXJlcy0wOTI3MHxmcnxmcg=="
]
|
| 8 | 0.38 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:
[
19
]
|
| 9 | 0.25 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:
[
6
]
|
| 10 | 0.60 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:
[] |
| 11 | 0.59 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"
]
|
| 12 | 0.38 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"
]
|
| 13 | 0.57 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:
[
74
]
|
| 14 | 4.42 ms |
SELECT t0.id AS id_1, t0.content AS content_2, t0.type AS type_3, t0.slug AS slug_4, t0.content_en AS content_en_5 FROM content_spinning t0 WHERE t0.type = ? AND t0.slug = ? LIMIT 1
Parameters:
[ "city" "mazeres-09270" ] |
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\CityException | No errors. |
| App\Entity\City | No errors. |
| App\Entity\GooglePlaceSearch | No errors. |
| App\Entity\ContentSpinning | No errors. |