Redirect 302 redirect from GET @connect_google (b22d6a)

Query Metrics

7 Database Queries
5 Different statements
43.27 ms Query time
0 Invalid entities
2 Managed entities

Queries

Group similar statements

default connection

# Time Info
1 0.70 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.google_id AS google_id_3, t0.first_name AS first_name_4, t0.last_name AS last_name_5, t0.display_name AS display_name_6, t0.avatar AS avatar_7, t0.roles AS roles_8, t0.last_login_at AS last_login_at_9, t0.created_at AS created_at_10, t0.is_active AS is_active_11 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "chereau.steven@lycee-sacrecoeur-beziers.com"
]
2 0.27 ms
"START TRANSACTION"
Parameters:
[]
3 0.51 ms
UPDATE user SET last_login_at = ? WHERE id = ?
Parameters:
[
  "2026-02-02 15:32:14"
  1
]
4 10.00 ms
"COMMIT"
Parameters:
[]
5 0.37 ms
"START TRANSACTION"
Parameters:
[]
6 0.67 ms
INSERT INTO audit_log (action, entity_type, entity_id, details, ip_address, created_at, user_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "login"
  "User"
  1
  "{"email":"chereau.steven@lycee-sacrecoeur-beziers.com","roles":["ROLE_USER","ROLE_SUPER_ADMIN"],"ip":"172.20.0.1"}"
  "172.20.0.1"
  "2026-02-02 15:32:14"
  1
]
7 30.76 ms
"COMMIT"
Parameters:
[]

Database Connections

Name Service
default doctrine.dbal.default_connection
readonly doctrine.dbal.readonly_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager
readonly doctrine.orm.readonly_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

readonly entity manager

Class Amount of managed objects

Entities Mapping

default entity manager

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

readonly entity manager

No loaded entities.