Query Metrics
1
Database Queries
1
Different statements
12.47 ms
Query time
0
Invalid entities
0
Managed entities
Grouped Statements
extERP connection
| Time▼ | Count | Info |
|---|---|---|
|
12.47 ms (100.00%) |
1 |
SELECT concat('CTC_', u.num_util) as idExterne, 'M' as civilite, concat('CLT_', c.num_client) as contratIdExterne, u.nom as nom, IFNULL(u.prenom, '-') as prenom, replace(replace(u.telephone, ' ', ''), '.', '') as telephone, IFNULL(u.mail, 'no-mail@mail.com') as email, IFNULL(u.fonction, 'Gestionnaire') as fonction, 1 as isActive FROM utilisateur u INNER JOIN client c WHERE u.num_client = c.num_client AND TIMESTAMPDIFF(MINUTE, u.last_update, now()) <= :value ORDER BY u.num_util 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.