Query Metrics
4
Database Queries
4
Different statements
13.60 ms
Query time
1
Invalid entities
3
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.48 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.full_name AS full_name_5, t0.mobile_no AS mobile_no_6, t0.designation AS designation_7, t0.department AS department_8, t0.password_hint AS password_hint_9, t0.user_code AS user_code_10, t0.user_company_id AS user_company_id_11, t0.customer_id AS customer_id_12 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
"shohag@stiexpressbd.com"
]
|
| 2 | 0.34 ms |
"START TRANSACTION"
Parameters:
[] |
| 3 | 10.99 ms |
INSERT INTO login_history (login_at, logout_at, user_id) VALUES (?, ?, ?)
Parameters:
[ "2026-07-14 11:52:25" null 15 ] |
| 4 | 0.79 ms |
"COMMIT"
Parameters:
[] |
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\User | 1 |
| App\Entity\UserCompany | 1 |
| App\Entity\LoginHistory | 1 |