Redirect 302 redirect from POST @admin_license_new (6f9db8)

GET https://licenselms.ru/admin/license

Query Metrics

6 Database Queries
6 Different statements
11.81 ms Query time
0 Invalid entities
5 Managed entities

Queries

Group similar statements

# Time Info
1 2.08 ms
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.id = ?
Parameters:
[
  1
]
2 2.48 ms
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
]
3 4.46 ms
SELECT DISTINCT l0_.id AS id_0, l0_.created_at AS created_at_1 FROM licenses l0_ ORDER BY l0_.created_at DESC LIMIT 20
Parameters:
[]
4 0.77 ms
SELECT l0_.id AS id_0, l0_.license_key AS license_key_1, l0_.status AS status_2, l0_.valid_from AS valid_from_3, l0_.valid_until AS valid_until_4, l0_.max_activations AS max_activations_5, l0_.activations_count AS activations_count_6, l0_.notes AS notes_7, l0_.created_at AS created_at_8, l0_.updated_at AS updated_at_9, l0_.product_id AS product_id_10 FROM licenses l0_ WHERE l0_.id IN (?, ?) ORDER BY l0_.created_at DESC
Parameters:
[
  "019d91a2-fa40-71ca-8f1a-c13b85153c78"
  "019d915d-6332-7151-9adb-c53c843d3f50"
]
5 0.54 ms
SELECT count(*) AS sclr_0 FROM licenses l0_
Parameters:
[]
6 1.48 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4, t0.is_active AS is_active_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7 FROM products t0 WHERE t0.id = ?
Parameters:
[
  "019d915d-3461-7e36-b99d-ff76b0f5e149"
]

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\License 2
App\Entity\User 1
App\Entity\RoleGroup 1
App\Entity\Product 1

Entities Mapping

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