Query Metrics
4
Database Queries
4
Different statements
1.48 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.58 ms (38.87%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.tpl AS tpl_3, t0.slug AS slug_4, t0.content AS content_5, t0.created AS created_6, t0.updated AS updated_7, t0.lft AS lft_8, t0.lvl AS lvl_9, t0.rgt AS rgt_10, t0.tree_root AS tree_root_11, t0.parent_id AS parent_id_12 FROM page t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"inne"
]
|
|
0.32 ms (21.65%) |
1 |
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.tpl AS tpl_2, p0_.slug AS slug_3, p0_.content AS content_4, p0_.created AS created_5, p0_.updated AS updated_6, p0_.lft AS lft_7, p0_.lvl AS lvl_8, p0_.rgt AS rgt_9, p0_.tree_root AS tree_root_10, p0_.parent_id AS parent_id_11 FROM page p0_ ORDER BY p0_.lft ASC
Parameters:
[] |
|
0.32 ms (21.40%) |
1 |
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.tpl AS tpl_2, p0_.slug AS slug_3, p0_.content AS content_4, p0_.created AS created_5, p0_.updated AS updated_6, p0_.lft AS lft_7, p0_.lvl AS lvl_8, p0_.rgt AS rgt_9, p0_.tree_root AS tree_root_10, p0_.parent_id AS parent_id_11 FROM page p0_ WHERE p0_.rgt < 33 AND p0_.lft > 24 AND p0_.tree_root = ? ORDER BY p0_.lft ASC
Parameters:
[
1
]
|
|
0.27 ms (18.08%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.tpl AS tpl_3, t0.slug AS slug_4, t0.content AS content_5, t0.created AS created_6, t0.updated AS updated_7, t0.lft AS lft_8, t0.lvl AS lvl_9, t0.rgt AS rgt_10, t0.tree_root AS tree_root_11, t0.parent_id AS parent_id_12 FROM page t0 WHERE t0.parent_id = ? ORDER BY t0.tree_root ASC
Parameters:
[
1
]
|
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\WallItem | No errors. |