1.15 ms (62.53%)
|
1 |
SELECT t0.deleted AS deleted_1, t0.archived AS archived_2, t0.date_add AS date_add_3, t0.date_update AS date_update_4, t0.date_delete AS date_delete_5, t0.id AS id_6, t0.email AS email_7, t0.username AS username_8, t0.password AS password_9, t0.first_name AS first_name_10, t0.last_name AS last_name_11, t0.display_name AS display_name_12, t0.phone_number AS phone_number_13, t0.birth_date AS birth_date_14, t0.address AS address_15, t0.last_password_change_at AS last_password_change_at_16, t0.locked_at AS locked_at_17, t0.color AS color_18, t0.status AS status_19, t0.desactivation_date AS desactivation_date_20, t0.roles AS roles_21 FROM user t0 WHERE t0.id = ?
SELECT t0.deleted AS deleted_1, t0.archived AS archived_2, t0.date_add AS date_add_3, t0.date_update AS date_update_4, t0.date_delete AS date_delete_5, t0.id AS id_6, t0.email AS email_7, t0.username AS username_8, t0.password AS password_9, t0.first_name AS first_name_10, t0.last_name AS last_name_11, t0.display_name AS display_name_12, t0.phone_number AS phone_number_13, t0.birth_date AS birth_date_14, t0.address AS address_15, t0.last_password_change_at AS last_password_change_at_16, t0.locked_at AS locked_at_17, t0.color AS color_18, t0.status AS status_19, t0.desactivation_date AS desactivation_date_20, t0.roles AS roles_21 FROM user t0 WHERE t0.id = 1;
|
0.69 ms (37.47%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.primary_color AS primary_color_3, t0.logo_path AS logo_path_4, t0.email_sender AS email_sender_5, t0.footer_note AS footer_note_6, t0.address AS address_7, t0.phone AS phone_8, t0.website AS website_9, t0.siret AS siret_10, t0.naf_code AS naf_code_11, t0.discord AS discord_12 FROM platform_configuration t0 LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.primary_color AS primary_color_3, t0.logo_path AS logo_path_4, t0.email_sender AS email_sender_5, t0.footer_note AS footer_note_6, t0.address AS address_7, t0.phone AS phone_8, t0.website AS website_9, t0.siret AS siret_10, t0.naf_code AS naf_code_11, t0.discord AS discord_12 FROM platform_configuration t0 LIMIT 1;
|