Query Metrics
8
Database Queries
6
Different statements
6.81 ms
Query time
0
Invalid entities
5
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.58 ms |
SELECT t0.id AS id_1, t0.password AS password_2, t0.name_person AS name_person_3, t0.user_name AS user_name_4, t0.avatar AS avatar_5, t0.email AS email_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.entity_user_id AS entity_user_id_9, t0.active_ind AS active_ind_10, t0.signature AS signature_11 FROM `user` t0 WHERE t0.user_name = ? LIMIT 1
Parameters:
[
"admin"
]
|
| 2 | 0.73 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.text_name AS text_name_3 FROM role t0 INNER JOIN role_user ON t0.id = role_user.role_id WHERE role_user.user_id = ?
Parameters:
[
1
]
|
| 3 | 0.24 ms |
"START TRANSACTION"
Parameters:
[] |
| 4 | 2.20 ms |
INSERT INTO event_log (description, type_entity, entity_id, ind_view, created_at, user_id, type_event_log_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "Admin inició sesión" "Login" 1 1 "2026-03-20 19:14:19" 1 1 ] |
| 5 | 1.10 ms |
"COMMIT"
Parameters:
[] |
| 6 | 0.15 ms |
"START TRANSACTION"
Parameters:
[] |
| 7 | 1.12 ms |
INSERT INTO login_attempt (ip_address, success_ind, created_at, user_id) VALUES (?, ?, ?, ?)
Parameters:
[ "181.163.135.180" "1" "2026-03-20 19:14:19" 1 ] |
| 8 | 0.69 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\Role | 1 |
| App\Entity\TypeEventLog | 1 |
| App\Entity\EventLog | 1 |
| App\Entity\LoginAttempt | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\SectionUser | No errors. |
| App\Entity\EventLog | No errors. |
| App\Entity\Role | No errors. |
| App\Entity\Form | No errors. |
| App\Entity\LoginAttempt | No errors. |
| App\Entity\PositionUser | No errors. |
| App\Entity\TypeEventLog | No errors. |