Query Metrics
8
Database Queries
8
Different statements
0.99 ms
Query time
0
Invalid entities
0
Cache hits
0
Cache misses
0
Cache puts
Queries
default connection
#▲ | Time | Info |
---|---|---|
1 | 0.13 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:
[
"daeea7651f2193da3f4c740cdecb004d4465665743bb8693"
]
|
2 | 0.10 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:
[
"128907243258017"
]
|
3 | 0.08 ms |
SELECT t0.premium_expires AS premium_expires_1, t0.subscription_type AS subscription_type_2, t0.allowed_trial AS allowed_trial_3, t0.cancelled_subscription AS cancelled_subscription_4, t0.id AS id_5 FROM user_membership t0 WHERE t0.id = ?
Parameters:
[
"187865475941935"
]
|
4 | 0.06 ms |
SELECT t0.email AS email_1, t0.email_confirmed AS email_confirmed_2, t0.registration_type AS registration_type_3, t0.name AS name_4, t0.surname AS surname_5, t0.profession AS profession_6, t0.id AS id_7 FROM user_profile t0 WHERE t0.id = ?
Parameters:
[
"390111942967070"
]
|
5 | 0.05 ms |
SELECT t0.asset_path AS asset_path_1, t0.url AS url_2, t0.id AS id_3 FROM user_avatar t0 WHERE t0.id = ?
Parameters:
[
"529730472225826"
]
|
6 | 0.31 ms |
"START TRANSACTION"
Parameters:
[] |
7 | 0.20 ms |
UPDATE user SET last_activity = ? WHERE id = ?
Parameters:
[ "2025-05-25" "128907243258017" ] |
8 | 0.07 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
Entities Mapping
Class | Mapping errors |
---|---|
App\Database\Domain\Entity\AbstractEntity | No errors. |
App\Database\Domain\Entity\User\UserAccessToken | No errors. |
App\Database\Domain\Entity\User\User | No errors. |
App\Database\Domain\Entity\User\UserAppleData | No errors. |
App\Database\Domain\Entity\User\UserMembership | No errors. |
App\Database\Domain\Entity\User\UserAvatar | No errors. |
App\Database\Domain\Entity\User\UserProfile | No errors. |
App\Database\Domain\Entity\User\UserStripeMember | No errors. |
App\Database\Domain\Entity\User\UserNotification | No errors. |
App\Database\Domain\Entity\Sessions\ToastSession | No errors. |
App\Database\Domain\Entity\Sessions\ToastSessionSection | No errors. |