Query Metrics
1
Database Queries
1
Different statements
0.94 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 0.94 ms |
SELECT t0.id AS id_3, t0.email AS email_4, t0.roles AS roles_5, t0.password AS password_6, t0.is_verified AS is_verified_7, t0.nom AS nom_8, t0.prenom AS prenom_9, t0.discr, t1.date_naissance AS date_naissance_10, t1.allow_contact AS allow_contact_11, t2.administrateur AS administrateur_12 FROM user t0 LEFT JOIN saisonnier t1 ON t0.id = t1.id LEFT JOIN responsable t2 ON t0.id = t2.id
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\User | No errors. |
| App\Entity\Saisonnier | No errors. |
| App\Entity\Responsable | No errors. |