POST https://devovsep.clients.teambox.fr/oauth/api/admin/users/password

Query Metrics

8 Database Queries
8 Different statements
2.22 ms Query time
0 Invalid entities
2 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.06 ms
(47.93%)
1
"COMMIT"
Parameters:
[]
0.25 ms
(11.17%)
1
UPDATE user SET password = ?, temporary_password_expires_at = ?, updated_at = ? WHERE username = ?
Parameters:
[
  "$argon2id$v=19$m=65536,t=3,p=1$1MiCursxfgUN22neuTEj+A$SvVffbaH66ixsNHCVBySEIdnMnVn01HC3PaXzyF+jt4"
  "2026-09-04 01:09:32"
  "2026-09-04 00:09:32"
  "herve"
]
0.23 ms
(10.32%)
1
UPDATE oauth2_access_token SET revoked = ? WHERE user_identifier = ?
Parameters:
[
  1
  "herve"
]
0.15 ms
(6.57%)
1
"START TRANSACTION"
Parameters:
[]
0.14 ms
(6.35%)
1
SELECT t0.username AS username_1, t0.roles AS roles_2, t0.password AS password_3, t0.email AS email_4, t0.scopes AS scopes_5, t0.given_name AS given_name_6, t0.family_name AS family_name_7, t0.full_name AS full_name_8, t0.phone_number AS phone_number_9, t0.phone_extension AS phone_extension_10, t0.preferred_username AS preferred_username_11, t0.locale AS locale_12, t0.nickname AS nickname_13, t0.picture AS picture_14, t0.phone_number_verified AS phone_number_verified_15, t0.email_verified AS email_verified_16, t0.country AS country_17, t0.locality AS locality_18, t0.postal_code AS postal_code_19, t0.region AS region_20, t0.street_address AS street_address_21, t0.last_login_at AS last_login_at_22, t0.must_change_password AS must_change_password_23, t0.temporary_password_expires_at AS temporary_password_expires_at_24, t0.created_at AS created_at_25, t0.updated_at AS updated_at_26 FROM user t0 WHERE t0.username = ?
Parameters:
[
  "osimonian"
]
0.14 ms
(6.22%)
1
UPDATE oauth2_refresh_token SET revoked = ? WHERE access_token IN (SELECT o0_.identifier FROM oauth2_access_token o0_ WHERE o0_.user_identifier = ?)
Parameters:
[
  1
  "herve"
]
0.13 ms
(5.95%)
1
SELECT t0.username AS username_1, t0.roles AS roles_2, t0.password AS password_3, t0.email AS email_4, t0.scopes AS scopes_5, t0.given_name AS given_name_6, t0.family_name AS family_name_7, t0.full_name AS full_name_8, t0.phone_number AS phone_number_9, t0.phone_extension AS phone_extension_10, t0.preferred_username AS preferred_username_11, t0.locale AS locale_12, t0.nickname AS nickname_13, t0.picture AS picture_14, t0.phone_number_verified AS phone_number_verified_15, t0.email_verified AS email_verified_16, t0.country AS country_17, t0.locality AS locality_18, t0.postal_code AS postal_code_19, t0.region AS region_20, t0.street_address AS street_address_21, t0.last_login_at AS last_login_at_22, t0.must_change_password AS must_change_password_23, t0.temporary_password_expires_at AS temporary_password_expires_at_24, t0.created_at AS created_at_25, t0.updated_at AS updated_at_26 FROM user t0 WHERE t0.username = ? LIMIT 1
Parameters:
[
  "herve"
]
0.12 ms
(5.50%)
1
UPDATE oauth2_authorization_code SET revoked = ? WHERE user_identifier = ?
Parameters:
[
  1
  "herve"
]

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 2