Redirect 302 redirect from GET @login (9f52c7)

Query Metrics

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

Queries

Group similar statements

# Time Info
1 3.42 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.firstname AS firstname_4, t0.lastname AS lastname_5, t0.connect_id AS connect_id_6, t0.username AS username_7, t0.actif AS actif_8, t0.last_login AS last_login_9, t0.locale AS locale_10, t0.profil_id AS profil_id_11, t0.refuge_id AS refuge_id_12 FROM user t0 WHERE t0.connect_id = ? LIMIT 1
Parameters:
[
  1
]
2 2.66 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.is_role AS is_role_3, t0.active AS active_4, t0.required_role AS required_role_5, t0.rank AS rank_6, t0.label AS label_7 FROM lle_credential_group t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "SUPER_ADMIN"
]
3 2.64 ms
"START TRANSACTION"
Parameters:
[]
4 2.48 ms
UPDATE user SET last_login = ? WHERE id = ?
Parameters:
[
  "2026-06-11 17:49:43"
  19
]
5 2.94 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
Lle\CredentialBundle\Entity\Group 1

Entities Mapping