Query Metrics
2
Database Queries
2
Different statements
2.20 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.61 ms (72.98%) |
1 |
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.etat AS etat_7, t0.telephone AS telephone_8, t0.date_creation AS date_creation_9, t0.date_modification AS date_modification_10, t0.is_verified AS is_verified_11, t0.remarque AS remarque_12, t0.projet_id AS projet_id_13 FROM user t0 WHERE t0.id = ?
Parameters:
[
18
]
|
|
0.60 ms (27.02%) |
1 |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.titre AS titre_3, t0.description_debut AS description_debut_4, t0.description_fin AS description_fin_5, t0.date_creation AS date_creation_6, t0.date_modification AS date_modification_7, t0.id_import AS id_import_8, t0.projet_id AS projet_id_9 FROM formulaire t0 WHERE t0.id = ?
Parameters:
[
"90"
]
|
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\User | No errors. |
| App\Entity\Projet | No errors. |
| App\Entity\UserRole | No errors. |
| App\Entity\Formulaire | No errors. |
| App\Entity\FormulaireEtape | No errors. |
| App\Entity\Page | No errors. |
| App\Entity\Article | No errors. |