Query Metrics
1
Database Queries
1
Different statements
2.19 ms
Query time
0
Invalid entities
0
Managed entities
Grouped Statements
extERP connection
| Time▼ | Count | Info |
|---|---|---|
|
2.19 ms (100.00%) |
1 |
SELECT concat('CLT_', c.num_client) as idExterne, 'STRUCTURE' as uo, concat('PART_', p.num_part) as uoClient, c.nom as libelle, concat(c.adresse, ', ', c.cp, ', ', c.ville) as adresse, null as lat, null as lng, '2024-01-01' as debut, '2099-12-31' as fin FROM client c LEFT JOIN partenaire_client pc ON pc.num_client = c.num_client INNER JOIN partenaire p ON p.num_part = pc.num_part WHERE TIMESTAMPDIFF(MINUTE, c.last_update, now()) <= :value ORDER BY c.num_client DESC
Parameters:
[ "value" => 2 ] |
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
| extERP | doctrine.dbal.extERP_connection |
| extPROJETS | doctrine.dbal.extPROJETS_connection |
| extMONDIAG | doctrine.dbal.extMONDIAG_connection |
Entity Managers
| Name | Service |
|---|---|
| default | doctrine.orm.default_entity_manager |
| extERP | doctrine.orm.extERP_entity_manager |
| extPROJETS | doctrine.orm.extPROJETS_entity_manager |
| extMONDIAG | doctrine.orm.extMONDIAG_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|
extERP entity manager
| Class | Amount of managed objects |
|---|
extPROJETS entity manager
| Class | Amount of managed objects |
|---|
extMONDIAG entity manager
| Class | Amount of managed objects |
|---|
Entities Mapping
default entity manager
No loaded entities.
extERP entity manager
No loaded entities.
extPROJETS entity manager
No loaded entities.
extMONDIAG entity manager
No loaded entities.