Query Metrics
9
Database Queries
9
Different statements
7.25 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.31 ms |
SELECT t0.id AS id_1, t0.url_old AS url_old_2, t0.url_new AS url_new_3, t0.position AS position_4, t0.create_at AS create_at_5, t0.update_at AS update_at_6 FROM redirect t0 WHERE t0.url_old = ? LIMIT 1
Parameters:
[
"/admin/login_check"
]
|
| 2 | 0.95 ms |
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.email AS email_3, t0.email_canonical AS email_canonical_4, t0.enabled AS enabled_5, t0.salt AS salt_6, t0.password AS password_7, t0.last_login AS last_login_8, t0.confirmation_token AS confirmation_token_9, t0.password_requested_at AS password_requested_at_10, t0.roles AS roles_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.id AS id_14 FROM user__user t0 WHERE t0.username_canonical = ? LIMIT 1
Parameters:
[
"adminuser"
]
|
| 3 | 0.67 ms |
"START TRANSACTION"
Parameters:
[] |
| 4 | 0.89 ms |
UPDATE user__user SET last_login = ?, updated_at = ? WHERE id = ?
Parameters:
[ "2026-04-21 13:01:43" "2026-04-21 13:01:43" 1 ] |
| 5 | 0.63 ms |
INSERT INTO revisions (timestamp, username) VALUES (?, ?)
Parameters:
[ "2026-04-21 13:01:43" "adminuser" ] |
| 6 | 0.72 ms |
INSERT INTO user__user_audit (rev, revtype, username, username_canonical, email, email_canonical, enabled, salt, password, last_login, confirmation_token, password_requested_at, roles, created_at, updated_at, id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "1788" "UPD" "adminuser" "adminuser" "mfigueroa@tmwk.cl" "mfigueroa@tmwk.cl" 1 null "$2y$13$ZO36I/73He1uSYgjMfqojeXXaf/rk2VzR7Ow0eHxfNHHK51ba3R4O" "2026-04-21 13:01:43" null null "a:1:{i:0;s:16:"ROLE_SUPER_ADMIN";}" "2023-08-21 20:35:56" "2026-04-21 13:01:43" 1 ] |
| 7 | 0.78 ms |
"COMMIT"
Parameters:
[] |
| 8 | 0.83 ms |
UPDATE user__user_audit SET last_login = ? WHERE rev = ? AND id = ?
Parameters:
[ "2026-04-21 13:01:43" "1788" 1 ] |
| 9 | 0.47 ms |
UPDATE user__user_audit SET updated_at = ? WHERE rev = ? AND id = ?
Parameters:
[ "2026-04-21 13:01:43" "1788" 1 ] |
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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| TMWK\RedirectBundle\Entity\Redirect | No errors. |
| Sonata\UserBundle\Entity\BaseUser | No errors. |
| App\Entity\SonataUserUser | No errors. |