POST http://periscolaire.apeeel1.lu/en/login

Query Metrics

7 Database Queries
4 Different statements
14.22 ms Query time
1 Invalid entities
1 Managed entities

Queries

Group similar statements

# Time Info
1 6.85 ms
SELECT t0.id AS id_1, t0.enabled AS enabled_2, t0.is_valid AS is_valid_3, t0.email AS email_4, t0.auth_code AS auth_code_5, t0.password AS password_6, t0.password_requested_at AS password_requested_at_7, t0.password_changed_at AS password_changed_at_8, t0.roles AS roles_9, t0.username AS username_10, t0.username_canonical AS username_canonical_11, t0.email_canonical AS email_canonical_12, t0.last_login AS last_login_13, t0.email_verified_at AS email_verified_at_14, t0.lastname AS lastname_15, t0.firstname AS firstname_16, t0.street AS street_17, t0.city AS city_18, t0.zipcode AS zipcode_19, t0.phone AS phone_20, t0.officephone AS officephone_21, t0.homephone AS homephone_22, t0.membercode AS membercode_23, t0.locale AS locale_24, t0.dpo AS dpo_25, t0.agree_sens_data AS agree_sens_data_26, t0.member AS member_27, t0.membername AS membername_28, t0.confirmation_token AS confirmation_token_29, t0.membership_reason AS membership_reason_30, t0.description AS description_31, t0.contact_email AS contact_email_32 FROM fos_user t0 WHERE t0.username = ? LIMIT 1
Parameters:
[
  "spk@curia.europa.eu"
]
2 0.49 ms
"START TRANSACTION"
Parameters:
[]
3 1.91 ms
UPDATE fos_user SET last_login = ? WHERE id = ?
Parameters:
[
  "2026-05-13 18:37:58"
  4976
]
4 3.71 ms
"COMMIT"
Parameters:
[]
5 0.34 ms
"START TRANSACTION"
Parameters:
[]
6 0.73 ms
UPDATE fos_user SET last_login = ? WHERE id = ?
Parameters:
[
  "2026-05-13 18:37:58"
  4976
]
7 0.18 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\ActivityInstance No errors.
App\Entity\Language No errors.
App\Entity\ActivityCategory No errors.
App\Entity\Period No errors.
App\Entity\TeacherWorkingHour No errors.
App\Entity\Child No errors.
App\Entity\Registration
  • The field App\Entity\Registration#registrationAcc is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Registration#registrationActivity does not contain the required 'inversedBy="registrationAcc"' attribute.