1
4.70 ms
SELECT t0 . slug AS slug_1 , t0 . body AS body_2 , t0 . lang AS lang_3 , t0 . comment_count AS comment_count_4 , t0 . favourite_count AS favourite_count_5 , t0 . score AS score_6 , t0 . is_adult AS is_adult_7 , t0 . sticky AS sticky_8 , t0 . last_active AS last_active_9 , t0 . ip AS ip_10 , t0 . tags AS tags_11 , t0 . mentions AS mentions_12 , t0 . id AS id_13 , t0 . body_ts AS body_ts_14 , t0 . up_votes AS up_votes_15 , t0 . down_votes AS down_votes_16 , t0 . ranking AS ranking_17 , t0 . visibility AS visibility_18 , t0 . ap_id AS ap_id_19 , t0 . edited_at AS edited_at_20 , t0 . created_at AS created_at_21 , t0 . user_id AS user_id_22 , t0 . magazine_id AS magazine_id_23 , t0 . image_id AS image_id_24 FROM post t0 WHERE t0 . id = ?
SELECT t0 . slug AS slug_1 , t0 . body AS body_2 , t0 . lang AS lang_3 , t0 . comment_count AS comment_count_4 , t0 . favourite_count AS favourite_count_5 , t0 . score AS score_6 , t0 . is_adult AS is_adult_7 , t0 . sticky AS sticky_8 , t0 . last_active AS last_active_9 , t0 . ip AS ip_10 , t0 . tags AS tags_11 , t0 . mentions AS mentions_12 , t0 . id AS id_13 , t0 . body_ts AS body_ts_14 , t0 . up_votes AS up_votes_15 , t0 . down_votes AS down_votes_16 , t0 . ranking AS ranking_17 , t0 . visibility AS visibility_18 , t0 . ap_id AS ap_id_19 , t0 . edited_at AS edited_at_20 , t0 . created_at AS created_at_21 , t0 . user_id AS user_id_22 , t0 . magazine_id AS magazine_id_23 , t0 . image_id AS image_id_24 FROM post t0 WHERE t0 . id = '360' ;
Copy
2
5.42 ms
SELECT t0 . choice AS choice_1 , t0 . id AS id_2 , t0 . created_at AS created_at_3 , t0 . user_id AS user_id_4 , t0 . author_id AS author_id_5 , t0 . post_id AS post_id_6 FROM post_vote t0 WHERE (t0 . choice = ? AND t0 . post_id = ? ) ORDER BY t0 . created_at DESC
SELECT t0 . choice AS choice_1 , t0 . id AS id_2 , t0 . created_at AS created_at_3 , t0 . user_id AS user_id_4 , t0 . author_id AS author_id_5 , t0 . post_id AS post_id_6 FROM post_vote t0 WHERE (t0 . choice = 1 AND t0 . post_id = 360 ) ORDER BY t0 . created_at DESC ;
Copy
3
20.78 ms
SELECT COUNT (* ) FROM favourite t0 WHERE t0 . post_id = ? AND t0 . favourite_type IN ('post' )
SELECT COUNT (* ) FROM favourite t0 WHERE t0 . post_id = 360 AND t0 . favourite_type IN ('post' );
Copy
4
2.06 ms
SELECT t0 . id AS id_1 , t0 . created_at AS created_at_2 , t0 . magazine_id AS magazine_id_3 , t0 . user_id AS user_id_4 , t0 . post_id AS post_id_5 , t0 . favourite_type FROM favourite t0 WHERE t0 . post_id = ? AND t0 . favourite_type IN ('post' )
SELECT t0 . id AS id_1 , t0 . created_at AS created_at_2 , t0 . magazine_id AS magazine_id_3 , t0 . user_id AS user_id_4 , t0 . post_id AS post_id_5 , t0 . favourite_type FROM favourite t0 WHERE t0 . post_id = 360 AND t0 . favourite_type IN ('post' );
Copy
5
3.84 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 1149 ;
Copy
6
1.54 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 87786 ;
Copy
7
6.19 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 50153 ;
Copy
8
4.25 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 61056 ;
Copy
9
3.80 ms
SELECT t0 . file_path AS file_path_1 , t0 . file_name AS file_name_2 , t0 . sha256 AS sha256_3 , t0 . width AS width_4 , t0 . height AS height_5 , t0 . blurhash AS blurhash_6 , t0 . alt_text AS alt_text_7 , t0 . source_url AS source_url_8 , t0 . id AS id_9 FROM image t0 WHERE t0 . id = ?
SELECT t0 . file_path AS file_path_1 , t0 . file_name AS file_name_2 , t0 . sha256 AS sha256_3 , t0 . width AS width_4 , t0 . height AS height_5 , t0 . blurhash AS blurhash_6 , t0 . alt_text AS alt_text_7 , t0 . source_url AS source_url_8 , t0 . id AS id_9 FROM image t0 WHERE t0 . id = 43173 ;
Copy
10
4.06 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 89631 ;
Copy
11
4.55 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 89190 ;
Copy
12
1.22 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 1221 ;
Copy
13
8.00 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 41046 ;
Copy
14
3.59 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 63090 ;
Copy
15
4.74 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 36142 ;
Copy
16
2.79 ms
SELECT t0 . file_path AS file_path_1 , t0 . file_name AS file_name_2 , t0 . sha256 AS sha256_3 , t0 . width AS width_4 , t0 . height AS height_5 , t0 . blurhash AS blurhash_6 , t0 . alt_text AS alt_text_7 , t0 . source_url AS source_url_8 , t0 . id AS id_9 FROM image t0 WHERE t0 . id = ?
SELECT t0 . file_path AS file_path_1 , t0 . file_name AS file_name_2 , t0 . sha256 AS sha256_3 , t0 . width AS width_4 , t0 . height AS height_5 , t0 . blurhash AS blurhash_6 , t0 . alt_text AS alt_text_7 , t0 . source_url AS source_url_8 , t0 . id AS id_9 FROM image t0 WHERE t0 . id = 49385 ;
Copy
17
5.05 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 19966 ;
Copy
18
1.54 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 60603 ;
Copy
19
10.25 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 62790 ;
Copy
20
7.88 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 47866 ;
Copy
21
0.93 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 52699 ;
Copy
22
0.61 ms
SELECT t0 . file_path AS file_path_1 , t0 . file_name AS file_name_2 , t0 . sha256 AS sha256_3 , t0 . width AS width_4 , t0 . height AS height_5 , t0 . blurhash AS blurhash_6 , t0 . alt_text AS alt_text_7 , t0 . source_url AS source_url_8 , t0 . id AS id_9 FROM image t0 WHERE t0 . id = ?
SELECT t0 . file_path AS file_path_1 , t0 . file_name AS file_name_2 , t0 . sha256 AS sha256_3 , t0 . width AS width_4 , t0 . height AS height_5 , t0 . blurhash AS blurhash_6 , t0 . alt_text AS alt_text_7 , t0 . source_url AS source_url_8 , t0 . id AS id_9 FROM image t0 WHERE t0 . id = 16829 ;
Copy
23
0.88 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 38696 ;
Copy
24
5.72 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 2690 ;
Copy
25
3.23 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 85677 ;
Copy
26
3.61 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 20619 ;
Copy
27
4.90 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 38513 ;
Copy
28
4.03 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 24206 ;
Copy
29
2.75 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 21551 ;
Copy
30
3.09 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 58120 ;
Copy
31
2.78 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 33830 ;
Copy
32
3.98 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 39747 ;
Copy
33
3.96 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 56673 ;
Copy
34
3.98 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 33419 ;
Copy
35
17.38 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 83233 ;
Copy
36
3.98 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 51075 ;
Copy
37
4.17 ms
SELECT t0 . file_path AS file_path_1 , t0 . file_name AS file_name_2 , t0 . sha256 AS sha256_3 , t0 . width AS width_4 , t0 . height AS height_5 , t0 . blurhash AS blurhash_6 , t0 . alt_text AS alt_text_7 , t0 . source_url AS source_url_8 , t0 . id AS id_9 FROM image t0 WHERE t0 . id = ?
SELECT t0 . file_path AS file_path_1 , t0 . file_name AS file_name_2 , t0 . sha256 AS sha256_3 , t0 . width AS width_4 , t0 . height AS height_5 , t0 . blurhash AS blurhash_6 , t0 . alt_text AS alt_text_7 , t0 . source_url AS source_url_8 , t0 . id AS id_9 FROM image t0 WHERE t0 . id = 16147 ;
Copy
38
1.05 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 39255 ;
Copy
39
3.47 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 33809 ;
Copy
40
13.41 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 91466 ;
Copy
41
1.61 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 44553 ;
Copy
42
16.04 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 30468 ;
Copy
43
5.48 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 25234 ;
Copy
44
3.50 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 51893 ;
Copy
45
5.82 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 30362 ;
Copy
46
4.13 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 36342 ;
Copy
47
5.64 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 50477 ;
Copy
48
5.62 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 2144 ;
Copy
49
5.48 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 91349 ;
Copy
50
4.01 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 3518 ;
Copy
51
1.43 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 78835 ;
Copy
52
7.86 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 52211 ;
Copy
53
1.14 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 48910 ;
Copy
54
7.11 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 32307 ;
Copy
55
8.32 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 34705 ;
Copy
56
3.07 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 32259 ;
Copy
57
2.78 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 50012 ;
Copy
58
3.21 ms
SELECT t0 . file_path AS file_path_1 , t0 . file_name AS file_name_2 , t0 . sha256 AS sha256_3 , t0 . width AS width_4 , t0 . height AS height_5 , t0 . blurhash AS blurhash_6 , t0 . alt_text AS alt_text_7 , t0 . source_url AS source_url_8 , t0 . id AS id_9 FROM image t0 WHERE t0 . id = ?
SELECT t0 . file_path AS file_path_1 , t0 . file_name AS file_name_2 , t0 . sha256 AS sha256_3 , t0 . width AS width_4 , t0 . height AS height_5 , t0 . blurhash AS blurhash_6 , t0 . alt_text AS alt_text_7 , t0 . source_url AS source_url_8 , t0 . id AS id_9 FROM image t0 WHERE t0 . id = 21265 ;
Copy
59
3.97 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 61139 ;
Copy
60
0.78 ms
SELECT t0 . file_path AS file_path_1 , t0 . file_name AS file_name_2 , t0 . sha256 AS sha256_3 , t0 . width AS width_4 , t0 . height AS height_5 , t0 . blurhash AS blurhash_6 , t0 . alt_text AS alt_text_7 , t0 . source_url AS source_url_8 , t0 . id AS id_9 FROM image t0 WHERE t0 . id = ?
SELECT t0 . file_path AS file_path_1 , t0 . file_name AS file_name_2 , t0 . sha256 AS sha256_3 , t0 . width AS width_4 , t0 . height AS height_5 , t0 . blurhash AS blurhash_6 , t0 . alt_text AS alt_text_7 , t0 . source_url AS source_url_8 , t0 . id AS id_9 FROM image t0 WHERE t0 . id = 46876 ;
Copy
61
4.65 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 16127 ;
Copy
62
2.27 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 29751 ;
Copy
63
3.94 ms
SELECT t0 . file_path AS file_path_1 , t0 . file_name AS file_name_2 , t0 . sha256 AS sha256_3 , t0 . width AS width_4 , t0 . height AS height_5 , t0 . blurhash AS blurhash_6 , t0 . alt_text AS alt_text_7 , t0 . source_url AS source_url_8 , t0 . id AS id_9 FROM image t0 WHERE t0 . id = ?
SELECT t0 . file_path AS file_path_1 , t0 . file_name AS file_name_2 , t0 . sha256 AS sha256_3 , t0 . width AS width_4 , t0 . height AS height_5 , t0 . blurhash AS blurhash_6 , t0 . alt_text AS alt_text_7 , t0 . source_url AS source_url_8 , t0 . id AS id_9 FROM image t0 WHERE t0 . id = 10347 ;
Copy
64
3.97 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 54663 ;
Copy
65
3.46 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 48562 ;
Copy
66
6.29 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 34068 ;
Copy
67
3.96 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 10345 ;
Copy
68
3.10 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 29659 ;
Copy
69
4.83 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 25321 ;
Copy
70
0.88 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 35381 ;
Copy
71
7.94 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 40143 ;
Copy
72
3.49 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 16839 ;
Copy
73
2.32 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 48842 ;
Copy
74
5.62 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 81814 ;
Copy
75
2.93 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 66641 ;
Copy
76
4.38 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 83660 ;
Copy
77
5.49 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 40175 ;
Copy
78
1.77 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 40701 ;
Copy
79
8.04 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 51165 ;
Copy
80
1.43 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 50383 ;
Copy
81
9.23 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 47720 ;
Copy
82
6.55 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 41803 ;
Copy
83
0.97 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 36746 ;
Copy
84
4.19 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 44271 ;
Copy
85
4.82 ms
SELECT t0 . file_path AS file_path_1 , t0 . file_name AS file_name_2 , t0 . sha256 AS sha256_3 , t0 . width AS width_4 , t0 . height AS height_5 , t0 . blurhash AS blurhash_6 , t0 . alt_text AS alt_text_7 , t0 . source_url AS source_url_8 , t0 . id AS id_9 FROM image t0 WHERE t0 . id = ?
SELECT t0 . file_path AS file_path_1 , t0 . file_name AS file_name_2 , t0 . sha256 AS sha256_3 , t0 . width AS width_4 , t0 . height AS height_5 , t0 . blurhash AS blurhash_6 , t0 . alt_text AS alt_text_7 , t0 . source_url AS source_url_8 , t0 . id AS id_9 FROM image t0 WHERE t0 . id = 2714 ;
Copy
86
2.97 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 21708 ;
Copy
87
1.43 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 44960 ;
Copy
88
2.51 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 77282 ;
Copy
89
2.30 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 63047 ;
Copy
90
3.28 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 84657 ;
Copy
91
2.11 ms
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = ?
SELECT
t0 . email AS email_1 ,
t0 . username AS username_2 ,
t0 . roles AS roles_3 ,
t0 . followers_count AS followers_count_4 ,
t0 . homepage AS homepage_5 ,
t0 . about AS about_6 ,
t0 . last_active AS last_active_7 ,
t0 . marked_for_deletion_at AS marked_for_deletion_at_8 ,
t0 . fields AS fields_9 ,
t0 . oauth_github_id AS oauth_github_id_10 ,
t0 . oauth_google_id AS oauth_google_id_11 ,
t0 . oauth_facebook_id AS oauth_facebook_id_12 ,
t0 . oauth_keycloak_id AS oauth_keycloak_id_13 ,
t0 . hide_adult AS hide_adult_14 ,
t0 . show_subscribed_users AS show_subscribed_users_15 ,
t0 . show_subscribed_magazines AS show_subscribed_magazines_16 ,
t0 . show_subscribed_domains AS show_subscribed_domains_17 ,
t0 . preferred_languages AS preferred_languages_18 ,
t0 . featured_magazines AS featured_magazines_19 ,
t0 . show_profile_subscriptions AS show_profile_subscriptions_20 ,
t0 . show_profile_followings AS show_profile_followings_21 ,
t0 . mark_new_comments AS mark_new_comments_22 ,
t0 . notify_on_new_entry AS notify_on_new_entry_23 ,
t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 ,
t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 ,
t0 . notify_on_new_post AS notify_on_new_post_26 ,
t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 ,
t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 ,
t0 . add_mentions_entries AS add_mentions_entries_29 ,
t0 . add_mentions_posts AS add_mentions_posts_30 ,
t0 . is_banned AS is_banned_31 ,
t0 . is_verified AS is_verified_32 ,
t0 . is_deleted AS is_deleted_33 ,
t0 . is_bot AS is_bot_34 ,
t0 . spam_protection AS spam_protection_35 ,
t0 . custom_css AS custom_css_36 ,
t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 ,
t0 . id AS id_38 ,
t0 . password AS password_39 ,
t0 . totp_secret AS totp_secret_40 ,
t0 . totp_backup_codes AS totp_backup_codes_41 ,
t0 . ap_id AS ap_id_42 ,
t0 . ap_profile_id AS ap_profile_id_43 ,
t0 . ap_public_url AS ap_public_url_44 ,
t0 . ap_followers_url AS ap_followers_url_45 ,
t0 . ap_inbox_url AS ap_inbox_url_46 ,
t0 . ap_domain AS ap_domain_47 ,
t0 . ap_preferred_username AS ap_preferred_username_48 ,
t0 . ap_discoverable AS ap_discoverable_49 ,
t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 ,
t0 . private_key AS private_key_51 ,
t0 . public_key AS public_key_52 ,
t0 . ap_fetched_at AS ap_fetched_at_53 ,
t0 . ap_deleted_at AS ap_deleted_at_54 ,
t0 . ap_timeout_at AS ap_timeout_at_55 ,
t0 . visibility AS visibility_56 ,
t0 . created_at AS created_at_57 ,
t0 . avatar_id AS avatar_id_58 ,
t0 . cover_id AS cover_id_59
FROM
"user" t0
WHERE
t0 . id = ?
Copy
SELECT t0 . email AS email_1 , t0 . username AS username_2 , t0 . roles AS roles_3 , t0 . followers_count AS followers_count_4 , t0 . homepage AS homepage_5 , t0 . about AS about_6 , t0 . last_active AS last_active_7 , t0 . marked_for_deletion_at AS marked_for_deletion_at_8 , t0 . fields AS fields_9 , t0 . oauth_github_id AS oauth_github_id_10 , t0 . oauth_google_id AS oauth_google_id_11 , t0 . oauth_facebook_id AS oauth_facebook_id_12 , t0 . oauth_keycloak_id AS oauth_keycloak_id_13 , t0 . hide_adult AS hide_adult_14 , t0 . show_subscribed_users AS show_subscribed_users_15 , t0 . show_subscribed_magazines AS show_subscribed_magazines_16 , t0 . show_subscribed_domains AS show_subscribed_domains_17 , t0 . preferred_languages AS preferred_languages_18 , t0 . featured_magazines AS featured_magazines_19 , t0 . show_profile_subscriptions AS show_profile_subscriptions_20 , t0 . show_profile_followings AS show_profile_followings_21 , t0 . mark_new_comments AS mark_new_comments_22 , t0 . notify_on_new_entry AS notify_on_new_entry_23 , t0 . notify_on_new_entry_reply AS notify_on_new_entry_reply_24 , t0 . notify_on_new_entry_comment_reply AS notify_on_new_entry_comment_reply_25 , t0 . notify_on_new_post AS notify_on_new_post_26 , t0 . notify_on_new_post_reply AS notify_on_new_post_reply_27 , t0 . notify_on_new_post_comment_reply AS notify_on_new_post_comment_reply_28 , t0 . add_mentions_entries AS add_mentions_entries_29 , t0 . add_mentions_posts AS add_mentions_posts_30 , t0 . is_banned AS is_banned_31 , t0 . is_verified AS is_verified_32 , t0 . is_deleted AS is_deleted_33 , t0 . is_bot AS is_bot_34 , t0 . spam_protection AS spam_protection_35 , t0 . custom_css AS custom_css_36 , t0 . ignore_magazines_custom_css AS ignore_magazines_custom_css_37 , t0 . id AS id_38 , t0 . password AS password_39 , t0 . totp_secret AS totp_secret_40 , t0 . totp_backup_codes AS totp_backup_codes_41 , t0 . ap_id AS ap_id_42 , t0 . ap_profile_id AS ap_profile_id_43 , t0 . ap_public_url AS ap_public_url_44 , t0 . ap_followers_url AS ap_followers_url_45 , t0 . ap_inbox_url AS ap_inbox_url_46 , t0 . ap_domain AS ap_domain_47 , t0 . ap_preferred_username AS ap_preferred_username_48 , t0 . ap_discoverable AS ap_discoverable_49 , t0 . ap_manually_approves_followers AS ap_manually_approves_followers_50 , t0 . private_key AS private_key_51 , t0 . public_key AS public_key_52 , t0 . ap_fetched_at AS ap_fetched_at_53 , t0 . ap_deleted_at AS ap_deleted_at_54 , t0 . ap_timeout_at AS ap_timeout_at_55 , t0 . visibility AS visibility_56 , t0 . created_at AS created_at_57 , t0 . avatar_id AS avatar_id_58 , t0 . cover_id AS cover_id_59 FROM "user" t0 WHERE t0 . id = 66541 ;
Copy
92
6.15 ms
SELECT t0 . is_owner AS is_owner_1 , t0 . is_confirmed AS is_confirmed_2 , t0 . id AS id_3 , t0 . created_at AS created_at_4 , t0 . user_id AS user_id_5 , t0 . magazine_id AS magazine_id_6 FROM moderator t0 WHERE (t0 . is_owner = ? AND t0 . magazine_id = ? )
SELECT t0 . is_owner AS is_owner_1 , t0 . is_confirmed AS is_confirmed_2 , t0 . id AS id_3 , t0 . created_at AS created_at_4 , t0 . user_id AS user_id_5 , t0 . magazine_id AS magazine_id_6 FROM moderator t0 WHERE (t0 . is_owner = 1 AND t0 . magazine_id = 38 );
Copy
93
5.99 ms
SELECT t0 . is_owner AS is_owner_1 , t0 . is_confirmed AS is_confirmed_2 , t0 . id AS id_3 , t0 . created_at AS created_at_4 , t0 . user_id AS user_id_5 , t0 . magazine_id AS magazine_id_6 FROM moderator t0 WHERE t0 . magazine_id = ?
SELECT t0 . is_owner AS is_owner_1 , t0 . is_confirmed AS is_confirmed_2 , t0 . id AS id_3 , t0 . created_at AS created_at_4 , t0 . user_id AS user_id_5 , t0 . magazine_id AS magazine_id_6 FROM moderator t0 WHERE t0 . magazine_id = 38 ;
Copy
94
8.25 ms
SELECT COUNT (* ) FROM magazine_log t0 WHERE t0 . magazine_id = ? AND t0 . log_type IN ('entry_deleted' , 'entry_restored' , 'entry_comment_deleted' , 'entry_comment_restored' , 'post_deleted' , 'post_restored' , 'post_comment_deleted' , 'post_comment_restored' , 'ban' )
SELECT COUNT (* ) FROM magazine_log t0 WHERE t0 . magazine_id = 38 AND t0 . log_type IN ('entry_deleted' , 'entry_restored' , 'entry_comment_deleted' , 'entry_comment_restored' , 'post_deleted' , 'post_restored' , 'post_comment_deleted' , 'post_comment_restored' , 'ban' );
Copy