POST https://app.casaq.ch/login

Query Metrics

4 Database Queries
4 Different statements
4.17 ms Query time
1 Invalid entities
2 Managed entities

Queries

Group similar statements

# Time Info
1 0.47 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.prenom AS prenom_3, t0.nom AS nom_4, t0.roles AS roles_5, t0.password AS password_6, t0.actif AS actif_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.agence_role AS agence_role_10, t0.active_session_token AS active_session_token_11, t0.telephone AS telephone_12, t0.profile_image AS profile_image_13, t0.agence_id AS agence_id_14, t0.filiale_id AS filiale_id_15 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "novimmob@bluewin.ch"
]
2 0.35 ms
"START TRANSACTION"
Parameters:
[]
3 0.88 ms
UPDATE user SET active_session_token = ?, updated_at = ? WHERE id = ?
Parameters:
[
  "0d80c5eee5b5d249d7b3d20cae8428125eaed4dcdef3aaa4144a356a2ba6dd0d"
  "2026-07-02 08:37:32"
  9
]
4 2.47 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\Agence 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Agence
  • The field App\Entity\Agence#pdfSettings is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\AgencePdfSettings#agence does not contain the required 'inversedBy: "pdfSettings"' attribute.
App\Entity\AgenceFiliale No errors.