2.45 ms (66.24%)
|
1 |
SELECT t0.id AS id_1, t0.roles AS roles_2, t0.password AS password_3, t0.email AS email_4, t0.is_verified AS is_verified_5, t0.api_token AS api_token_6, t0.is2fa_enabled AS is2fa_enabled_7, t0.auth_code AS auth_code_8, t0.totp_secret AS totp_secret_9, t0.trusted_version AS trusted_version_10 FROM user t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.roles AS roles_2, t0.password AS password_3, t0.email AS email_4, t0.is_verified AS is_verified_5, t0.api_token AS api_token_6, t0.is2fa_enabled AS is2fa_enabled_7, t0.auth_code AS auth_code_8, t0.totp_secret AS totp_secret_9, t0.trusted_version AS trusted_version_10 FROM user t0 WHERE t0.id = 11;
|
1.25 ms (33.76%)
|
1 |
SELECT s0_.id AS id_0, s0_.host AS host_1, s0_.aliases AS aliases_2, s0_.slug AS slug_3, s0_.label AS label_4, s0_.name AS name_5, s0_.locale_default AS locale_default_6, s0_.layout_template AS layout_template_7, s0_.theme AS theme_8, s0_.brand_domain AS brand_domain_9, s0_.brand_tld AS brand_tld_10, s0_.contact_email AS contact_email_11, s0_.sender_email AS sender_email_12, s0_.home_slug AS home_slug_13, s0_.og_image_default AS og_image_default_14, s0_.enabled AS enabled_15, s0_.is_primary AS is_primary_16, s0_.created_at AS created_at_17, s0_.updated_at AS updated_at_18 FROM site s0_ WHERE s0_.enabled = 1 ORDER BY s0_.is_primary DESC, s0_.label ASC
SELECT s0_.id AS id_0, s0_.host AS host_1, s0_.aliases AS aliases_2, s0_.slug AS slug_3, s0_.label AS label_4, s0_.name AS name_5, s0_.locale_default AS locale_default_6, s0_.layout_template AS layout_template_7, s0_.theme AS theme_8, s0_.brand_domain AS brand_domain_9, s0_.brand_tld AS brand_tld_10, s0_.contact_email AS contact_email_11, s0_.sender_email AS sender_email_12, s0_.home_slug AS home_slug_13, s0_.og_image_default AS og_image_default_14, s0_.enabled AS enabled_15, s0_.is_primary AS is_primary_16, s0_.created_at AS created_at_17, s0_.updated_at AS updated_at_18 FROM site s0_ WHERE s0_.enabled = 1 ORDER BY s0_.is_primary DESC, s0_.label ASC;
|