Query Metrics
14
Database Queries
3
Different statements
6.81 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
3.55 ms (52.12%) |
12 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.slug AS slug_4, t0.content AS content_5, t0.online AS online_6, t0.position AS position_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.parent_id AS parent_id_10 FROM page t0 WHERE t0.parent_id = ?
Parameters:
[
12
]
|
|
2.59 ms (38.04%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.slug AS slug_4, t0.content AS content_5, t0.online AS online_6, t0.position AS position_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.parent_id AS parent_id_10 FROM page t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"projet"
]
|
|
0.67 ms (9.84%) |
1 |
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.subtitle AS subtitle_2, p0_.slug AS slug_3, p0_.content AS content_4, p0_.online AS online_5, p0_.position AS position_6, p0_.created_at AS created_at_7, p0_.updated_at AS updated_at_8, p0_.parent_id AS parent_id_9 FROM page p0_ WHERE p0_.online = 1 ORDER BY p0_.position 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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Page | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Media | No errors. |