Redirect 302 redirect from POST @app_login (bc570e)

GET https://admin2.museidiroma.eu/public/home

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.56 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nome AS nome_5 FROM utente t0 WHERE t0.id = ?
Parameters:
[
  1
]
2 0.22 ms
"START TRANSACTION"
Parameters:
[]
3 1.09 ms
INSERT INTO accesso (data, utente_id) VALUES (?, ?)
Parameters:
[
  "2025-10-28 14:08:53"
  1
]
4 1.16 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\Utente 1
App\Entity\Accesso 1

Entities Mapping

Class Mapping errors
App\Entity\Utente No errors.
App\Entity\Accesso
  • The association App\Entity\Accesso#utente refers to the inverse side field App\Entity\Utente#accessi which does not exist.