4.73 ms (40.29%)
|
1 |
SELECT t0.id AS id_1, t0.identifier AS identifier_2, t0.user_identifier AS user_identifier_3, t0.scopes AS scopes_4, t0.expires_at AS expires_at_5, t0.is_revoked AS is_revoked_6, t0.client_id AS client_id_7 FROM oauth_access_token t0 WHERE t0.identifier = ? LIMIT 1
Parameters: [
"76bbc84de07b7fd890dd64bbf2a8ea98cfd1ea5a5c6b87056eb1d38285347725036abef856b60b54"
]
SELECT t0.id AS id_1, t0.identifier AS identifier_2, t0.user_identifier AS user_identifier_3, t0.scopes AS scopes_4, t0.expires_at AS expires_at_5, t0.is_revoked AS is_revoked_6, t0.client_id AS client_id_7 FROM oauth_access_token t0 WHERE t0.identifier = '76bbc84de07b7fd890dd64bbf2a8ea98cfd1ea5a5c6b87056eb1d38285347725036abef856b60b54' LIMIT 1;
|
3.93 ms (33.50%)
|
1 |
SELECT s0_.id AS id_0, s0_.app_identifier AS app_identifier_1, s0_.granted_minutes AS granted_minutes_2, s0_.status AS status_3, s0_.created_at AS created_at_4, s0_.decided_at AS decided_at_5, s0_.device_id AS device_id_6 FROM screen_time_extension_request s0_ INNER JOIN device d1_ ON s0_.device_id = d1_.id WHERE d1_.parent_id = ? ORDER BY s0_.created_at DESC
SELECT s0_.id AS id_0, s0_.app_identifier AS app_identifier_1, s0_.granted_minutes AS granted_minutes_2, s0_.status AS status_3, s0_.created_at AS created_at_4, s0_.decided_at AS decided_at_5, s0_.device_id AS device_id_6 FROM screen_time_extension_request s0_ INNER JOIN device d1_ ON s0_.device_id = d1_.id WHERE d1_.parent_id = '019e1fdf-3da9-71cb-b195-c6c4c6513e7f' ORDER BY s0_.created_at DESC;
|
1.61 ms (13.67%)
|
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.first_name AS first_name_4, t0.is_email_verified AS is_email_verified_5, t0.is_active AS is_active_6, t0.failed_login_attempts AS failed_login_attempts_7, t0.locked_until AS locked_until_8, t0.pending_email AS pending_email_9, t0.pending_email_requested_at AS pending_email_requested_at_10, t0.scheduled_for_deletion_at AS scheduled_for_deletion_at_11, t0.age_verified_at AS age_verified_at_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14 FROM "user" t0 WHERE t0.id = ?
Parameters: [
"019e1fdf-3da9-71cb-b195-c6c4c6513e7f"
]
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.first_name AS first_name_4, t0.is_email_verified AS is_email_verified_5, t0.is_active AS is_active_6, t0.failed_login_attempts AS failed_login_attempts_7, t0.locked_until AS locked_until_8, t0.pending_email AS pending_email_9, t0.pending_email_requested_at AS pending_email_requested_at_10, t0.scheduled_for_deletion_at AS scheduled_for_deletion_at_11, t0.age_verified_at AS age_verified_at_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14 FROM "user" t0 WHERE t0.id = '019e1fdf-3da9-71cb-b195-c6c4c6513e7f';
|
1.47 ms (12.54%)
|
1 |
SELECT t0.id AS id_1, t0.app_identifier AS app_identifier_2, t0.app_name AS app_name_3, t0.app_icon AS app_icon_4, t0.category AS category_5, t0.play_store_url AS play_store_url_6, t0.descriptions AS descriptions_7, t0.fetched_at AS fetched_at_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM app_catalog_cache t0 WHERE t0.app_identifier = ? LIMIT 1
Parameters: [
"com.google.android.apps.maps"
]
SELECT t0.id AS id_1, t0.app_identifier AS app_identifier_2, t0.app_name AS app_name_3, t0.app_icon AS app_icon_4, t0.category AS category_5, t0.play_store_url AS play_store_url_6, t0.descriptions AS descriptions_7, t0.fetched_at AS fetched_at_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM app_catalog_cache t0 WHERE t0.app_identifier = 'com.google.android.apps.maps' LIMIT 1;
|