Query Metrics
4
Database Queries
4
Different statements
2.38 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
1.30 ms (54.48%) |
1 |
SELECT t0.id AS id_1, t0.username AS username_2, t0.password AS password_3, t0.salt AS salt_4, t0.email AS email_5, t0.is_active AS is_active_6, t0.roles AS roles_7, t0.auth_code AS auth_code_8, t0.mobile AS mobile_9, t0.trusted AS trusted_10, t0.a2f_activated AS a2f_activated_11, t0.a2f_provider AS a2f_provider_12, t0.lastname AS lastname_13, t0.firstname AS firstname_14, t0.code_client AS code_client_15, t0.reset_token AS reset_token_16, t0.ask_reset_date AS ask_reset_date_17, t0.reset_date AS reset_date_18, t0.last_connection AS last_connection_19, t0.data AS data_20, t0.created_at AS created_at_21, t0.created_locale AS created_locale_22, t0.activated_at AS activated_at_23, t0.not_activated_email_send_at AS not_activated_email_send_at_24, t0.auto_redirect_url AS auto_redirect_url_25 FROM oauth_users t0 WHERE t0.username = ? LIMIT 1
Parameters:
[
"super"
]
|
0.84 ms (35.49%) |
1 |
UPDATE oauth_users SET last_connection = ? WHERE id = ?
Parameters:
[ "2025-06-30 10:48:50" 1 ] |
0.15 ms (6.30%) |
1 |
"COMMIT"
Parameters:
[] |
0.09 ms (3.74%) |
1 |
"START TRANSACTION"
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.
Entities Mapping
Class | Mapping errors |
---|---|
FOS\OAuthServerBundle\Entity\Client | No errors. |
App\Entity\Client | No errors. |
FOS\OAuthServerBundle\Entity\AccessToken | No errors. |
App\Entity\AccessToken | No errors. |
FOS\OAuthServerBundle\Entity\RefreshToken | No errors. |
App\Entity\RefreshToken | No errors. |
App\Entity\User | No errors. |