POST https://banqio.jordan-devweb.fr/login

Query Metrics

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

Queries

Group similar statements

# Time Info
1 1.06 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.lastname AS lastname_5, t0.firstname AS firstname_6, t0.created_at AS created_at_7, t0.last_login AS last_login_8 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "benjo41120@gmail.com"
]
2 0.51 ms
"START TRANSACTION"
Parameters:
[]
3 1.00 ms
UPDATE user SET last_login = ? WHERE id = ?
Parameters:
[
  "2026-08-16 06:40:15"
  1
]
4 1.90 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\Account No errors.
App\Entity\Category No errors.
App\Entity\Loan No errors.
App\Entity\Budget No errors.
App\Entity\Project No errors.
App\Entity\SavingsGoal No errors.
App\Entity\RecurringTransaction No errors.