POST https://intern.ffa.de/login

Query Metrics

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

Queries

Group similar statements

# Time Info
1 1.12 ms
SELECT t0.id AS id_1, t0.salutation AS salutation_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.email AS email_5, t0.password AS password_6, t0.roles AS roles_7, t0.valid_from AS valid_from_8, t0.valid_until AS valid_until_9, t0.is_approved AS is_approved_10, t0.is_active AS is_active_11, t0.created_at AS created_at_12, t0.last_login_at AS last_login_at_13, t0.tutorial_completed AS tutorial_completed_14 FROM app_user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "test1@venne-software.de"
]
2 0.38 ms
"START TRANSACTION"
Parameters:
[]
3 1.61 ms
UPDATE app_user SET last_login_at = ? WHERE id = ?
Parameters:
[
  "2026-04-13 14:21:22"
  11
]
4 1.80 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