Query Metrics
3
Database Queries
3
Different statements
45.42 ms
Query time
0
Invalid entities
Queries
mssql connection
| #▲ | Time | Info |
|---|---|---|
| 1 | 3.04 ms |
SELECT t0.id AS id_1, t0.phone AS phone_2, t0.roles AS roles_3, t0.password AS password_4, t0.created_at AS created_at_5, t0.is_active AS is_active_6, t0.branch_id AS branch_id_7, t0.system_user_id AS system_user_id_8 FROM [neema].[user] t0 WHERE t0.id = ?
Parameters:
[
20
]
|
| 2 | 24.96 ms |
SELECT b.phone, c.branch_code, c.branch_name,b.staff_name, b.created_at FROM neema."system_user" b JOIN neema.branch c on b.branch_code = c.branch_code WHERE b.staff_name is not NULL AND b.staff_name like'%ann%' ORDER BY b.created_at desc OFFSET 0 ROWS FETCH NEXT 20 ROWS ONLY
Parameters:
[] |
| 3 | 17.42 ms |
SELECT count(*) as total FROM neema."system_user" b JOIN neema.branch c on b.branch_code = c.branch_code WHERE b.staff_name is not NULL AND b.staff_name like'%ann%'
Parameters:
[] |
Database Connections
| Name | Service |
|---|---|
| mssql | doctrine.dbal.mssql_connection |
| other_db | doctrine.dbal.other_db_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\User | No errors. |
| App\Entity\Branch | No errors. |
| App\Entity\SystemUser | No errors. |