POST https://jb-eventbau.de/admin/login

Query Metrics

4 Database Queries
4 Different statements
48.75 ms Query time
0 Invalid entities
1 Managed entities

Queries

Group similar statements

# Time Info
1 40.61 ms
SELECT t0.id AS id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.lastname AS lastname_6, t0.last_login AS last_login_7, t0.img_path AS img_path_8, t0.firstname AS firstname_9, t0.salutation AS salutation_10, t0.is_verified AS is_verified_11, t0.image_position_data AS image_position_data_12, t0.user_type, t1.position AS position_13 FROM pr_user t0 LEFT JOIN pr_customer_user t1 ON t0.id = t1.id WHERE t0.email = ? LIMIT 1
Parameters:
[
  "admin@jb-eventbau.de"
]
2 0.41 ms
"START TRANSACTION"
Parameters:
[]
3 2.16 ms
UPDATE pr_user SET last_login = ? WHERE id = ?
Parameters:
[
  "2025-09-17 08:38:28"
  1
]
4 5.56 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

Entities Mapping

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