POST https://dev.follow.ufa-schuman.com/login

Query Metrics

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

Queries

Group similar statements

# Time Info
1 1.59 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.is_active AS is_active_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.disabled_at AS disabled_at_10, t0.last_login_at AS last_login_at_11 FROM app_user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "admin@example.test"
]
2 0.46 ms
"START TRANSACTION"
Parameters:
[]
3 1.37 ms
UPDATE app_user SET last_login_at = ?, updated_at = ? WHERE id = ?
Parameters:
[
  "2026-08-21 10:27:54"
  "2026-08-21 10:27:54"
  1
]
4 8.06 ms
"COMMIT"
Parameters:
[]
5 0.35 ms
"START TRANSACTION"
Parameters:
[]
6 0.86 ms
INSERT INTO audit_log (actor_email, actor_roles, action, target_type, target_id, target_label, ip_address, user_agent, context, created_at, actor_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "admin@example.test"
  "["ROLE_ADMIN"]"
  "LOGIN_SUCCESS"
  "User"
  "1"
  "Alice Admin"
  "92.92.127.3"
  "Mozilla/5.0 (Android 15; Mobile; rv:154.0) Gecko/154.0 Firefox/154.0"
  null
  "2026-08-21 10:27:54"
  1
]
7 5.14 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\Enrollment No errors.
App\Entity\SchoolClass No errors.
App\Entity\AuditLog No errors.