Query Metrics
3
Database Queries
3
Different statements
1.27 ms
Query time
0
Invalid entities
2
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.59 ms |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.contenu AS contenu_3, t0.updated_at AS updated_at_4, t0.subtitle AS subtitle_5, t0.slug AS slug_6, t0.image_name AS image_name_7 FROM pages t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"cadastre"
]
|
| 2 | 0.43 ms |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.lien AS lien_3 FROM liens t0 INNER JOIN pages_liens ON t0.id = pages_liens.liens_id WHERE pages_liens.pages_id = ?
Parameters:
[
13
]
|
| 3 | 0.24 ms |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.update_at AS update_at_3, t0.image_name AS image_name_4 FROM fichier t0 INNER JOIN pages_fichier ON t0.id = pages_fichier.fichier_id WHERE pages_fichier.pages_id = ?
Parameters:
[
13
]
|
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\Pages | 1 |
| App\Entity\Liens | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Pages | No errors. |
| App\Entity\Liens | No errors. |
| App\Entity\Fichier | No errors. |
| App\Entity\MenuIcone | No errors. |