POST https://fin.dostavka24.by/login

Query Metrics

5 Database Queries
5 Different statements
37.91 ms Query time
0 Invalid entities
2 Managed entities

Grouped Statements

Show all queries

Time Count Info
20.24 ms
(53.38%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.is_active AS is_active_4, t0.password AS password_5, t0.first_name AS first_name_6, t0.last_name AS last_name_7, t0.gender AS gender_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.position_id AS position_id_11, t0.department_id AS department_id_12 FROM users t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "admin@example.com"
]
9.27 ms
(24.46%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM roles t0 INNER JOIN user_roles ON t0.id = user_roles.role_id WHERE user_roles.user_id = ?
Parameters:
[
  1
]
6.53 ms
(17.22%)
1
INSERT INTO login_logs (email, ip_address, logged_at, user_id) VALUES (?, ?, ?, ?)
Parameters:
[
  "admin@example.com"
  "178.125.210.13"
  "2026-07-06 16:40:56"
  1
]
1.52 ms
(4.01%)
1
"COMMIT"
Parameters:
[]
0.35 ms
(0.92%)
1
"START TRANSACTION"
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\LoginLog 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Position No errors.
App\Entity\Department No errors.
App\Entity\Role No errors.
App\Entity\Permission No errors.
App\Entity\LoginLog No errors.