POST https://dev.chevaux-assurances.fr/login

Query Metrics

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

Queries

Group similar statements

# Time Info
1 1.27 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.photo AS photo_7, t0.tel_mobile AS tel_mobile_8, t0.last_login AS last_login_9, t0.last_login_ip AS last_login_ip_10, t0.is_actif AS is_actif_11, t0.uuid AS uuid_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.site_id AS site_id_15, t0.created_by_id AS created_by_id_16, t0.updated_by_id AS updated_by_id_17 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "bnicolas@betterb.fr"
]
2 0.69 ms
"START TRANSACTION"
Parameters:
[]
3 7.81 ms
INSERT INTO user_session (date, ip, infos, user_fullname, action, user_id) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[
  "2026-02-07 21:40:39"
  "128.78.83.60"
  null
  "Benoit NICOLAS"
  "login"
  2
]
4 15.63 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\Base\User 2
App\Entity\Base\Site 1
App\Entity\Base\UserSession 1

Entities Mapping

Class Mapping errors
App\Entity\Base\User No errors.
App\Entity\Base\Site No errors.
App\Entity\Base\Ticket No errors.
App\Entity\Devis No errors.
App\Entity\Email No errors.
App\Entity\Contrat No errors.
App\Entity\Compte No errors.
App\Entity\Notification No errors.
App\Entity\Base\UserSession No errors.