Query Metrics
20
Database Queries
7
Different statements
119.95 ms
Query time
0
Invalid entities
76
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
41.63 ms (34.71%) |
1 |
SELECT e0_.id AS id_0, e0_.slug AS slug_1, e0_.name AS name_2, e0_.introduction AS introduction_3, e0_.description AS description_4, e0_.address AS address_5, e0_.openingHours AS openingHours_6, e0_.language_id AS language_id_7, e0_.equipment_id AS equipment_id_8 FROM equipments_contents e0_ INNER JOIN equipments e1_ ON e0_.equipment_id = e1_.id INNER JOIN languages l2_ ON e0_.language_id = l2_.id WHERE l2_.id = ? AND e1_.active = 1 ORDER BY e1_.orderPosition ASC
Parameters:
[
"ca"
]
|
|
26.53 ms (22.12%) |
14 |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.description AS description_4, t0.introduction AS introduction_5, t0.url AS url_6, t0.active AS active_7, t0.language_id AS language_id_8, t0.municipal_area_id AS municipal_area_id_9 FROM municipal_areas_contents t0 WHERE t0.municipal_area_id = ?
Parameters:
[
1
]
|
|
24.86 ms (20.73%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.iconOrImage AS iconOrImage_3, t0.displayOrder AS displayOrder_4, t0.email AS email_5, t0.updatedAt AS updatedAt_6, t0.image_id AS image_id_7, t0.responsible_official_id AS responsible_official_id_8 FROM municipal_areas t0 ORDER BY t0.displayOrder ASC
Parameters:
[] |
|
11.48 ms (9.57%) |
1 |
SELECT t0.id AS id_1, t0.file AS file_2, t0.fieldOrder AS fieldOrder_3 FROM images t0 INNER JOIN pages_images ON t0.id = pages_images.image_id WHERE pages_images.page_id = ? ORDER BY t0.fieldOrder ASC
Parameters:
[
"serveis"
]
|
|
6.51 ms (5.43%) |
1 |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.title AS title_4, t0.subtitle AS subtitle_5, t0.intro AS intro_6, t0.body AS body_7, t0.metaTitle AS metaTitle_8, t0.metaDescription AS metaDescription_9, t0.metaKeywords AS metaKeywords_10, t0.bannerText AS bannerText_11, t0.redirect_url AS redirect_url_12, t0.is_external AS is_external_13, t0.bannerImage AS bannerImage_14, t0.page AS page_15, t0.language AS language_16 FROM pages_contents t0 WHERE t0.language = ? AND t0.slug = ? LIMIT 1
Parameters:
[ "ca" "serveis" ] |
|
6.09 ms (5.07%) |
1 |
SELECT t0.id AS id_1, t0.active AS active_2, t0.orderPosition AS orderPosition_3, t0.opcionals AS opcionals_4, t0.fieldType AS fieldType_5, t0.pages_categories AS pages_categories_6, t0.bannerImage AS bannerImage_7 FROM pages t0 WHERE t0.id = ?
Parameters:
[
"serveis"
]
|
|
2.84 ms (2.37%) |
1 |
SELECT t0.id AS id_1, t0.iso2 AS iso2_2, t0.iso3 AS iso3_3, t0.i18n AS i18n_4, t0.name AS name_5, t0.fieldOrder AS fieldOrder_6, t0.isActiveFront AS isActiveFront_7, t0.isActiveBack AS isActiveBack_8 FROM languages t0 ORDER BY t0.fieldOrder 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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\MunicipalAreaContent | 28 |
| App\Entity\MunicipalArea | 14 |
| App\Entity\EquipmentContent | 11 |
| App\Entity\Equipment | 11 |
| App\Entity\ElectedOfficial | 7 |
| App\Entity\Language | 2 |
| App\Entity\PageContent | 1 |
| App\Entity\Page | 1 |
| App\Entity\PageCategory | 1 |