POST http://dev.coach-dance.lefief-cachan.fr/login/code

Query Metrics

6 Database Queries
6 Different statements
9.98 ms Query time
0 Invalid entities
2 Managed entities

Grouped Statements

Show all queries

Time Count Info
4.90 ms
(49.04%)
1
"COMMIT"
Parameters:
[]
4.01 ms
(40.18%)
1
INSERT INTO rememberme_token (class, username, series, value, lastUsed) VALUES (?, ?, ?, ?, ?)
Parameters:
[
  ""
  "florian.gabille@gmail.com"
  "6xaq9iVG3Tb26gyZIjxoU33LrM5-H-oZNBnENyOmWhBV"
  "gzpyt--rO6noCwlodT2gkvVLVMd_DYVlHf9fkby8k3F6"
  "2025-12-27 21:59:54"
]
0.35 ms
(3.53%)
1
UPDATE login_code SET used_at = ? WHERE id = ?
Parameters:
[
  "2025-12-27 21:59:54"
  42
]
0.28 ms
(2.81%)
1
SELECT l0_.id AS id_0, l0_.email AS email_1, l0_.code_hash AS code_hash_2, l0_.code_preview AS code_preview_3, l0_.attempts AS attempts_4, l0_.expires_at AS expires_at_5, l0_.created_at AS created_at_6, l0_.used_at AS used_at_7 FROM login_code l0_ WHERE l0_.email = ? AND l0_.used_at IS NULL AND l0_.expires_at > ? ORDER BY l0_.created_at DESC LIMIT 1
Parameters:
[
  "florian.gabille@gmail.com"
  "2025-12-27 21:59:54"
]
0.24 ms
(2.40%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.username AS username_4, t0.created_at AS created_at_5, t0.locale AS locale_6 FROM app_user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "florian.gabille@gmail.com"
]
0.20 ms
(2.04%)
1
"START TRANSACTION"
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\LoginCode 1
App\Entity\User 1

Entities Mapping

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