Query Metrics
23
Database Queries
8
Different statements
15.74 ms
Query time
0
Invalid entities
42
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
4.41 ms (27.98%) |
1 |
SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.startDate AS startDate_2, a0_.endDate AS endDate_3, a0_.isPublished AS isPublished_4, a0_.hour AS hour_5, a0_.address AS address_6, a0_.price AS price_7, a0_.image AS image_8, a0_.category AS category_9, a0_.equipment_id AS equipment_id_10 FROM agenda a0_ WHERE a0_.isPublished = 1 AND a0_.startDate >= ? ORDER BY a0_.startDate ASC, a0_.id ASC
Parameters:
[
"2025-08-19 02:09:59"
]
|
|
3.41 ms (21.64%) |
7 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.orderPosition AS orderPosition_3, t0.isActive AS isActive_4, t0.color AS color_5, t0.parent AS parent_6, t0.image AS image_7 FROM agenda_categories t0 WHERE t0.id = ?
Parameters:
[
7
]
|
|
2.62 ms (16.61%) |
2 |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.agendaCategory AS agendaCategory_4, t0.language AS language_5 FROM agenda_categories_contents t0 WHERE t0.agendaCategory = ?
Parameters:
[
7
]
|
|
2.39 ms (15.19%) |
5 |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.title AS title_3, t0.subtitle AS subtitle_4, t0.introduction AS introduction_5, t0.description AS description_6, t0.price AS price_7, t0.inscription AS inscription_8, t0.organizer AS organizer_9, t0.agenda AS agenda_10, t0.language AS language_11 FROM agenda_contents t0 WHERE t0.agenda = ?
Parameters:
[
1
]
|
|
1.69 ms (10.72%) |
1 |
SELECT a0_.id AS id_0, a0_.slug AS slug_1, a0_.name AS name_2, a0_.agendaCategory AS agendaCategory_3, a0_.language AS language_4 FROM agenda_categories_contents a0_ INNER JOIN agenda_categories a1_ ON a0_.agendaCategory = a1_.id INNER JOIN languages l2_ ON a0_.language = l2_.id WHERE l2_.id = ? AND a1_.isActive = 1 ORDER BY a1_.orderPosition ASC
Parameters:
[
"ca"
]
|
|
0.67 ms (4.26%) |
5 |
SELECT t0.id AS id_1, t0.file AS file_2, t0.fieldOrder AS fieldOrder_3 FROM images t0 WHERE t0.id = ?
Parameters:
[
1724
]
|
|
0.33 ms (2.13%) |
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.page = ?
Parameters:
[
"agenda"
]
|
|
0.23 ms (1.46%) |
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:
[
"agenda"
]
|
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\AgendaContent | 10 |
| App\Entity\AgendaCategoryContent | 9 |
| App\Entity\AgendaCategory | 7 |
| App\Entity\Agenda | 5 |
| App\Entity\Image | 5 |
| App\Entity\Language | 2 |
| App\Entity\PageContent | 2 |
| App\Entity\Page | 1 |
| App\Entity\PageCategory | 1 |