Query Metrics
4
Database Queries
4
Different statements
12.52 ms
Query time
2
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.56 ms |
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.enable AS enable_7, t0.created AS created_8, t0.email AS email_9, t0.updated AS updated_10, t0.user_updated_id AS user_updated_id_11, t0.dossier_responsable_id AS dossier_responsable_id_12 FROM users t0 WHERE t0.id = ?
Parameters:
[
11
]
|
2 | 4.46 ms |
SELECT l0_.id AS id_0, l1_.id AS id_1, l0_.created AS created_2, p2_.nom AS nom_3, p2_.prenom AS prenom_4, p3_.designation AS designation_5, l0_.montant AS montant_6, l0_.sens AS sens_7, l0_.active AS active_8 FROM lelement_fixe l0_ INNER JOIN lcontract l1_ ON l0_.contract_id = l1_.id INNER JOIN prubrique p3_ ON l0_.rubrique_id = p3_.id INNER JOIN pemploye p2_ ON l1_.employe_id = p2_.id INNER JOIN pdossier p4_ ON l1_.dossier_id = p4_.id WHERE p4_.id = ? AND l0_.active = 1 ORDER BY l0_.id DESC
Parameters:
[
14
]
|
3 | 5.02 ms |
SELECT l0_.id AS id_0, l1_.id AS id_1, l0_.created AS created_2, p2_.nom AS nom_3, p2_.prenom AS prenom_4, p3_.designation AS designation_5, l0_.montant AS montant_6, l0_.sens AS sens_7, l0_.active AS active_8 FROM lelement_fixe l0_ INNER JOIN lcontract l1_ ON l0_.contract_id = l1_.id INNER JOIN prubrique p3_ ON l0_.rubrique_id = p3_.id INNER JOIN pemploye p2_ ON l1_.employe_id = p2_.id INNER JOIN pdossier p4_ ON l1_.dossier_id = p4_.id WHERE p4_.id = ? AND l0_.active = 1 ORDER BY l0_.id DESC LIMIT 10
Parameters:
[
14
]
|
4 | 2.48 ms |
SELECT COUNT(l0_.id) AS sclr_0 FROM lelement_fixe l0_ INNER JOIN lcontract l1_ ON l0_.contract_id = l1_.id INNER JOIN pdossier p2_ ON l1_.dossier_id = p2_.id WHERE p2_.id = ? AND l0_.active = 1
Parameters:
[
14
]
|
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\Users | No errors. |
App\Entity\PDossier | No errors. |
App\Entity\HonoraireDetFixe | No errors. |
App\Entity\TCnssA00 | No errors. |
App\Entity\PNotification | No errors. |
App\Entity\LelementFixe | No errors. |
App\Entity\LContract |
|
App\Entity\Prubrique | No errors. |
App\Entity\Pemploye |
|