https://back.dotoast.com/user/ios-login

Query Metrics

5 Database Queries
5 Different statements
0.73 ms Query time
0 Invalid entities
0 Cache hits
0 Cache misses
0 Cache puts

Queries

Group similar statements

default connection

# Time Info
1 0.16 ms
SELECT t0.password AS password_1, t0.username AS username_2, t0.roles AS roles_3, t0.user_agent AS user_agent_4, t0.are_notifications_enabled AS are_notifications_enabled_5, t0.not_registered_token AS not_registered_token_6, t0.migrated_from_not_registered AS migrated_from_not_registered_7, t0.migrate_code AS migrate_code_8, t0.last_activity AS last_activity_9, t0.id AS id_10, t0.creation_date AS creation_date_11, t0.apple_data_id AS apple_data_id_12, t0.membership_id AS membership_id_13, t0.avatar_id AS avatar_id_14, t0.profile_id AS profile_id_15, t0.stripe_member_id AS stripe_member_id_16 FROM user t0 WHERE t0.id = ?
Parameters:
[
  "379163356520294"
]
2 0.08 ms
SELECT t0.token AS token_1, t0.expires_at AS expires_at_2, t0.id AS id_3, t0.user_id AS user_id_4 FROM user_access_token t0 WHERE t0.token = ? LIMIT 1
Parameters:
[
  "e5ff6c127b395b6e232d5d88c4f773da9b06f12bbcfd8704"
]
3 0.12 ms
"START TRANSACTION"
Parameters:
[]
4 0.28 ms
UPDATE user SET last_activity = ? WHERE id = ?
Parameters:
[
  "2025-06-01"
  "379163356520294"
]
5 0.09 ms
"COMMIT"
Parameters:
[]

Database Connections

Name Service
default doctrine.dbal.default_connection
remote doctrine.dbal.remote_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

0 Hits
0 Misses
0 Puts