Query Metrics
6
Database Queries
5
Different statements
9.56 ms
Query time
3
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
3.31 ms (34.57%) |
1 |
SELECT t0_.code AS code_0, t0_.id AS id_1, p1_.code AS code_2, p2_.abreviation AS abreviation_3, l3_.id AS id_4, l3_.code AS code_5, p4_.nom AS nom_6, l3_.id AS id_7, p4_.prenom AS prenom_8 FROM lcontract l3_ INNER JOIN pemploye p4_ ON l3_.employe_id = p4_.id INNER JOIN tbulletin t0_ ON l3_.id = t0_.contract_id INNER JOIN ppiece p5_ ON t0_.piece_id = p5_.id INNER JOIN pdossier p2_ ON l3_.dossier_id = p2_.id INNER JOIN periode p1_ ON t0_.periode_id = p1_.id WHERE p5_.id = 13 AND t0_.active = 1 AND ((p2_.abreviation LIKE ? OR p1_.code LIKE ? OR l3_.code LIKE ? OR t0_.code LIKE ? OR p4_.matricule LIKE ? OR p4_.nom LIKE ? OR p4_.prenom LIKE ?)) ORDER BY t0_.id DESC LIMIT 10
Parameters:
[ "%EL ALA%" "%EL ALA%" "%EL ALA%" "%EL ALA%" "%EL ALA%" "%EL ALA%" "%EL ALA%" ] |
3.28 ms (34.26%) |
1 |
SELECT t0_.code AS code_0, t0_.id AS id_1, p1_.code AS code_2, p2_.abreviation AS abreviation_3, l3_.id AS id_4, l3_.code AS code_5, p4_.nom AS nom_6, l3_.id AS id_7, p4_.prenom AS prenom_8 FROM lcontract l3_ INNER JOIN pemploye p4_ ON l3_.employe_id = p4_.id INNER JOIN tbulletin t0_ ON l3_.id = t0_.contract_id INNER JOIN ppiece p5_ ON t0_.piece_id = p5_.id INNER JOIN pdossier p2_ ON l3_.dossier_id = p2_.id INNER JOIN periode p1_ ON t0_.periode_id = p1_.id WHERE p5_.id = 13 AND t0_.active = 1 AND ((p2_.abreviation LIKE ? OR p1_.code LIKE ? OR l3_.code LIKE ? OR t0_.code LIKE ? OR p4_.matricule LIKE ? OR p4_.nom LIKE ? OR p4_.prenom LIKE ?))
Parameters:
[ "%EL ALA%" "%EL ALA%" "%EL ALA%" "%EL ALA%" "%EL ALA%" "%EL ALA%" "%EL ALA%" ] |
1.27 ms (13.25%) |
1 |
SELECT COUNT(l0_.id) AS sclr_0 FROM lcontract l0_ INNER JOIN tbulletin t1_ ON l0_.id = t1_.contract_id INNER JOIN ppiece p2_ ON t1_.piece_id = p2_.id WHERE l0_.active = 1 AND p2_.id = 13
Parameters:
[] |
1.14 ms (11.92%) |
2 |
SELECT t0_.montant AS montant_0 FROM tbulletin t1_ INNER JOIN tbulletin_lg t0_ ON t1_.id = t0_.bulletin_id INNER JOIN prubrique p2_ ON t0_.rubrique_id = p2_.id WHERE (p2_.id = 5 OR p2_.id = 68) AND t1_.id = ? AND t0_.active = 1
Parameters:
[
84800
]
|
0.57 ms (6.00%) |
1 |
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:
[
3
]
|
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\LContract |
|
App\Entity\Pemploye |
|
App\Entity\Tbulletin |
|
App\Entity\PPiece | No errors. |
App\Entity\Periode | No errors. |
App\Entity\TbulletinLg | No errors. |
App\Entity\Prubrique | No errors. |