POST https://obrahoje.com.br/login

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.67 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.created_at AS created_at_6 FROM users t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "gestor@gestor.com"
]
2 0.19 ms
"START TRANSACTION"
Parameters:
[]
3 0.54 ms
INSERT INTO audit_logs (action, entity_type, entity_id, summary, ip_address, context, created_at, user_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "auth.login_success"
  null
  null
  "Gestor entrou na plataforma"
  "24.152.29.194"
  null
  "2026-05-11 11:45:30"
  2
]
4 0.17 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\AuditLog 1

Entities Mapping

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