POST https://licenselms.ru/login

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
5.08 ms
(63.25%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM users t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "admin@admin.ru"
]
2.95 ms
(36.75%)
1
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.roles AS roles_4 FROM role_groups t0 INNER JOIN user_role_groups ON t0.id = user_role_groups.role_group_id WHERE user_role_groups.user_id = ?
Parameters:
[
  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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\User 1
App\Entity\RoleGroup 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\RoleGroup No errors.