Query Metrics
2
Database Queries
2
Different statements
7.32 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
6.80 ms (92.84%) |
1 |
SELECT t0.id AS id_1, t0.tmp_old_ids AS tmp_old_ids_2, t0.name AS name_3, t0.title AS title_4, t0.slug AS slug_5, t0.chapo AS chapo_6, t0.content AS content_7, t0.tmp_keywords AS tmp_keywords_8, t0.priority AS priority_9, t0.published AS published_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12 FROM page t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"contact"
]
|
|
0.52 ms (7.16%) |
1 |
SELECT t0.id AS id_1, t0.tmp_old_id AS tmp_old_id_2, t0.name AS name_3, t0.description AS description_4, t0.size AS size_5, t0.role AS role_6, t0.types AS types_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.picto_theme AS picto_theme_10 FROM media t0 INNER JOIN media_page ON t0.id = media_page.media_id WHERE media_page.page_id = ?
Parameters:
[
5
]
|
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\Media | No errors. |
| App\Entity\Tag | No errors. |
| App\Entity\Theme | No errors. |