POST https://loanhub.fhw.crowbyte.org/login

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.45 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.roles AS roles_5, t0.password AS password_6, t0.shibboleth_id AS shibboleth_id_7, t0.enabled AS enabled_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.last_login_at AS last_login_at_11 FROM app_user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "admin@fhw.local"
]
2 0.24 ms
"START TRANSACTION"
Parameters:
[]
3 0.46 ms
INSERT INTO audit_log (action, entity_type, entity_id, ip_address, created_at, user_id) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[
  "login.success"
  null
  null
  "84.58.93.235"
  "2026-06-11 19:03:24"
  4
]
4 0.33 ms
UPDATE app_user SET last_login_at = ?, updated_at = ? WHERE id = ?
Parameters:
[
  "2026-06-11 19:03:24"
  "2026-06-11 19:03:24"
  4
]
5 0.86 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
App\Entity\AuditLog 1

Entities Mapping

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