Query Metrics
4
Database Queries
4
Different statements
3.71 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.18 ms |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.description AS description_3, t0.image AS image_4, t0.date AS date_5, t0.pages_id AS pages_id_6 FROM articles t0 WHERE t0.id = ?
Parameters:
[
"29"
]
|
| 2 | 0.78 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.telephone AS telephone_7, t0.ignore_paiement AS ignore_paiement_8, t0.archive AS archive_9, t0.token AS token_10 FROM user t0 WHERE t0.id = ?
Parameters:
[
9
]
|
| 3 | 0.94 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2 FROM pages t0 WHERE t0.id = ?
Parameters:
[
4
]
|
| 4 | 0.81 ms |
SELECT p0_.id AS id_0, p0_.libelle AS libelle_1 FROM pages p0_
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\Articles | No errors. |
| App\Entity\Pages | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Reservations | No errors. |