Query Metrics
7
Database Queries
3
Different statements
8.94 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 3.14 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.headline AS headline_4, t0.content AS content_5, t0.visible AS visible_6 FROM page t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"intro"
]
|
| 2 | 0.47 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.headline AS headline_4, t0.content AS content_5, t0.visible AS visible_6 FROM page t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"about"
]
|
| 3 | 2.97 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.weight AS weight_4 FROM category t0 ORDER BY t0.weight ASC
Parameters:
[] |
| 4 | 1.34 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.headline AS headline_3, t0.year AS year_4, t0.picture AS picture_5, t0.subtext AS subtext_6, t0.content AS content_7, t0.date AS date_8, t0.visible AS visible_9, t0.time AS time_10, t0.slug AS slug_11, t0.category_id AS category_id_12 FROM war_event t0 WHERE t0.category_id = ? ORDER BY t0.date ASC
Parameters:
[
26
]
|
| 5 | 0.42 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.headline AS headline_3, t0.year AS year_4, t0.picture AS picture_5, t0.subtext AS subtext_6, t0.content AS content_7, t0.date AS date_8, t0.visible AS visible_9, t0.time AS time_10, t0.slug AS slug_11, t0.category_id AS category_id_12 FROM war_event t0 WHERE t0.category_id = ? ORDER BY t0.date ASC
Parameters:
[
27
]
|
| 6 | 0.32 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.headline AS headline_3, t0.year AS year_4, t0.picture AS picture_5, t0.subtext AS subtext_6, t0.content AS content_7, t0.date AS date_8, t0.visible AS visible_9, t0.time AS time_10, t0.slug AS slug_11, t0.category_id AS category_id_12 FROM war_event t0 WHERE t0.category_id = ? ORDER BY t0.date ASC
Parameters:
[
28
]
|
| 7 | 0.27 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.headline AS headline_3, t0.year AS year_4, t0.picture AS picture_5, t0.subtext AS subtext_6, t0.content AS content_7, t0.date AS date_8, t0.visible AS visible_9, t0.time AS time_10, t0.slug AS slug_11, t0.category_id AS category_id_12 FROM war_event t0 WHERE t0.category_id = ? ORDER BY t0.date ASC
Parameters:
[
29
]
|
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\Page | No errors. |
| App\Entity\Category | No errors. |
| App\Entity\WarEvent | No errors. |