Query Metrics
5
Database Queries
5
Different statements
4.97 ms
Query time
0
Invalid entities
Queries
default connection
#▲ | Time | Info |
---|---|---|
1 | 1.17 ms |
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"
]
|
2 | 0.47 ms |
"START TRANSACTION"
Parameters:
[] |
3 | 1.01 ms |
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 ] |
4 | 0.87 ms |
UPDATE users SET last_login = ?, updated_at = ? WHERE id = ?
Parameters:
[ "2025-07-11 17:00:40" "2025-07-11 17:00:40" 40 ] |
5 | 1.44 ms |
"COMMIT"
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. |