Query Metrics
5
Database Queries
5
Different statements
4.97 ms
Query time
0
Invalid entities
Grouped Statements
default connection
Time▼ | Count | Info |
---|---|---|
1.44 ms (28.99%) |
1 |
"COMMIT"
Parameters:
[] |
1.17 ms (23.58%) |
1 |
SELECT t0.id AS id_1, t0.username AS username_2, t0.password AS password_3, t0.password_old1 AS password_old1_4, t0.password_old2 AS password_old2_5, t0.password_md5 AS password_md5_6, t0.is_active AS is_active_7, t0.token AS token_8, t0.roles AS roles_9, t0.last_login AS last_login_10, t0.auth_code AS auth_code_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.profile_id AS profile_id_14 FROM users t0 WHERE t0.username = ? LIMIT 1
Parameters:
[
"Dr.Agrawal"
]
|
1.01 ms (20.26%) |
1 |
INSERT INTO user_login_history (user_ip, file_url, login_attempts, logged_in_at, user_id) VALUES (?, ?, ?, ?, ?)
Parameters:
[ 1 => "183.83.147.194" 2 => null 3 => 0 4 => "2025-07-11 17:00:40" 5 => 40 ] |
0.87 ms (17.62%) |
1 |
UPDATE users SET last_login = ?, updated_at = ? WHERE id = ?
Parameters:
[ "2025-07-11 17:00:40" "2025-07-11 17:00:40" 40 ] |
0.47 ms (9.56%) |
1 |
"START TRANSACTION"
Parameters:
[] |
cnmgts connection
No database queries were performed.
Database Connections
Name | Service |
---|---|
default | doctrine.dbal.default_connection |
cnmgts | doctrine.dbal.cnmgts_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\StaffProfile | No errors. |
App\Entity\UserLoginHistory | No errors. |