19.26 ms (34.43%)
|
1 |
SELECT t0.id AS id_1, t0.lastname AS lastname_2, t0.firstname AS firstname_3, t0.phone AS phone_4, t0.email AS email_5, t0.password AS password_6, t0.role AS role_7, t0.created_at AS created_at_8, t0.modified_at AS modified_at_9, t0.reset_token AS reset_token_10, t0.reset_token_expires_at AS reset_token_expires_at_11, t0.otp_code AS otp_code_12, t0.otp_expires_at AS otp_expires_at_13, t0.otp_verified AS otp_verified_14, t0.phone_change_token AS phone_change_token_15, t0.phone_change_token_expires_at AS phone_change_token_expires_at_16, t0.pending_phone AS pending_phone_17, t0.notifications_site AS notifications_site_18, t0.notifications_email AS notifications_email_19, t0.password_changed_at AS password_changed_at_20, t0.must_change_password AS must_change_password_21, t0.is_guest AS is_guest_22, t0.guest_expires_at AS guest_expires_at_23, t0.laundromat_id AS laundromat_id_24, t0.organization_id AS organization_id_25, t0.created_by_id AS created_by_id_26 FROM public.user_washin t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.lastname AS lastname_2, t0.firstname AS firstname_3, t0.phone AS phone_4, t0.email AS email_5, t0.password AS password_6, t0.role AS role_7, t0.created_at AS created_at_8, t0.modified_at AS modified_at_9, t0.reset_token AS reset_token_10, t0.reset_token_expires_at AS reset_token_expires_at_11, t0.otp_code AS otp_code_12, t0.otp_expires_at AS otp_expires_at_13, t0.otp_verified AS otp_verified_14, t0.phone_change_token AS phone_change_token_15, t0.phone_change_token_expires_at AS phone_change_token_expires_at_16, t0.pending_phone AS pending_phone_17, t0.notifications_site AS notifications_site_18, t0.notifications_email AS notifications_email_19, t0.password_changed_at AS password_changed_at_20, t0.must_change_password AS must_change_password_21, t0.is_guest AS is_guest_22, t0.guest_expires_at AS guest_expires_at_23, t0.laundromat_id AS laundromat_id_24, t0.organization_id AS organization_id_25, t0.created_by_id AS created_by_id_26 FROM public.user_washin t0 WHERE t0.id = 71;
|
18.42 ms (32.94%)
|
1 |
SELECT n0_.id AS id_0, n0_.type AS type_1, n0_.title AS title_2, n0_.message AS message_3, n0_.priority AS priority_4, n0_.is_read AS is_read_5, n0_.email_sent AS email_sent_6, n0_.action_url AS action_url_7, n0_.action_label AS action_label_8, n0_.metadata AS metadata_9, n0_.created_at AS created_at_10, n0_.read_at AS read_at_11, n0_.user_id AS user_id_12 FROM notification n0_ WHERE n0_.user_id = ? ORDER BY n0_.created_at DESC LIMIT 10
SELECT n0_.id AS id_0, n0_.type AS type_1, n0_.title AS title_2, n0_.message AS message_3, n0_.priority AS priority_4, n0_.is_read AS is_read_5, n0_.email_sent AS email_sent_6, n0_.action_url AS action_url_7, n0_.action_label AS action_label_8, n0_.metadata AS metadata_9, n0_.created_at AS created_at_10, n0_.read_at AS read_at_11, n0_.user_id AS user_id_12 FROM notification n0_ WHERE n0_.user_id = 71 ORDER BY n0_.created_at DESC LIMIT 10;
|