1.50 ms (47.45%)
|
2 |
SELECT t0.created_at AS created_at_1, t0.modified_at AS modified_at_2, t0.id AS id_3, t0.username AS username_4, t0.email AS email_5, t0.is_active AS is_active_6, t0.is_visible AS is_visible_7, t0.password AS password_8, t0.roles AS roles_9, t0.first_name AS first_name_10, t0.last_name AS last_name_11, t0.credentials AS credentials_12, t0.confirmation_hash AS confirmation_hash_13, t0.is_activated AS is_activated_14, t0.cell_number AS cell_number_15, t0.totp_secret AS totp_secret_16, t0.is_totp_confirmed AS is_totp_confirmed_17, t0.text_auth_code AS text_auth_code_18, t0.email_auth_code AS email_auth_code_19, t0.is_marketer AS is_marketer_20, t0.can_export_with_names AS can_export_with_names_21, t0.user_handle AS user_handle_22, t0.created_by_id AS created_by_id_23, t0.modified_by_id AS modified_by_id_24, t0.current_site_id AS current_site_id_25 FROM user t0 WHERE t0.id = ?
SELECT t0.created_at AS created_at_1, t0.modified_at AS modified_at_2, t0.id AS id_3, t0.username AS username_4, t0.email AS email_5, t0.is_active AS is_active_6, t0.is_visible AS is_visible_7, t0.password AS password_8, t0.roles AS roles_9, t0.first_name AS first_name_10, t0.last_name AS last_name_11, t0.credentials AS credentials_12, t0.confirmation_hash AS confirmation_hash_13, t0.is_activated AS is_activated_14, t0.cell_number AS cell_number_15, t0.totp_secret AS totp_secret_16, t0.is_totp_confirmed AS is_totp_confirmed_17, t0.text_auth_code AS text_auth_code_18, t0.email_auth_code AS email_auth_code_19, t0.is_marketer AS is_marketer_20, t0.can_export_with_names AS can_export_with_names_21, t0.user_handle AS user_handle_22, t0.created_by_id AS created_by_id_23, t0.modified_by_id AS modified_by_id_24, t0.current_site_id AS current_site_id_25 FROM user t0 WHERE t0.id = 2;
|
0.84 ms (26.61%)
|
1 |
SELECT t0.created_at AS created_at_1, t0.modified_at AS modified_at_2, t0.id AS id_3, t0.name AS name_4, t0.short_name AS short_name_5, t0.start_date AS start_date_6, t0.end_date AS end_date_7, t0.created_by_id AS created_by_id_8, t0.modified_by_id AS modified_by_id_9 FROM site t0 INNER JOIN user_site ON t0.id = user_site.site_id WHERE user_site.user_id = ? ORDER BY t0.name ASC
SELECT t0.created_at AS created_at_1, t0.modified_at AS modified_at_2, t0.id AS id_3, t0.name AS name_4, t0.short_name AS short_name_5, t0.start_date AS start_date_6, t0.end_date AS end_date_7, t0.created_by_id AS created_by_id_8, t0.modified_by_id AS modified_by_id_9 FROM site t0 INNER JOIN user_site ON t0.id = user_site.site_id WHERE user_site.user_id = 2 ORDER BY t0.name ASC;
|
0.82 ms (25.94%)
|
1 |
SELECT t0.created_at AS created_at_1, t0.modified_at AS modified_at_2, t0.id AS id_3, t0.name AS name_4, t0.short_name AS short_name_5, t0.start_date AS start_date_6, t0.end_date AS end_date_7, t0.created_by_id AS created_by_id_8, t0.modified_by_id AS modified_by_id_9 FROM site t0 WHERE t0.id = ?
SELECT t0.created_at AS created_at_1, t0.modified_at AS modified_at_2, t0.id AS id_3, t0.name AS name_4, t0.short_name AS short_name_5, t0.start_date AS start_date_6, t0.end_date AS end_date_7, t0.created_by_id AS created_by_id_8, t0.modified_by_id AS modified_by_id_9 FROM site t0 WHERE t0.id = 2;
|