Query Metrics
309
Database Queries
2
Different statements
64.46 ms
Query time
4
Invalid entities
617
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
63.69 ms (98.81%) |
308 |
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.prenoms AS prenoms_6, t0.contact AS contact_7, t0.profile_picture AS profile_picture_8, t9.id AS id_10, t9.identifiant AS identifiant_11, t9.civilite AS civilite_12, t9.nif AS nif_13, t9.rcs AS rcs_14, t9.stat AS stat_15, t9.date_inscription AS date_inscription_16, t9.code_parrain AS code_parrain_17, t9.points AS points_18, t9.status AS status_19, t9.user_id AS user_id_20, t9.type_client_id AS type_client_id_21 FROM user t0 LEFT JOIN client t9 ON t9.user_id = t0.id WHERE t0.id = ?
Parameters:
[
2
]
|
||||||||||||||||||||||||||||||
|
0.77 ms (1.19%) |
1 |
SELECT t0.id AS id_1, t0.identifiant AS identifiant_2, t0.civilite AS civilite_3, t0.nif AS nif_4, t0.rcs AS rcs_5, t0.stat AS stat_6, t0.date_inscription AS date_inscription_7, t0.code_parrain AS code_parrain_8, t0.points AS points_9, t0.status AS status_10, t0.user_id AS user_id_11, t0.type_client_id AS type_client_id_12 FROM client t0 WHERE t0.type_client_id = ?
Parameters:
[
2
]
|
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\Client | 308 |
| App\Entity\User | 308 |
| App\Entity\TypeClient | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Client |
|
| App\Entity\User |
|
| App\Entity\TypeClient | No errors. |
| App\Entity\ExpeditionClient |
|
| App\Entity\Booking |
|
| App\Entity\Transport | No errors. |
| App\Entity\NotificationUser | No errors. |