0.71 ms (69.28%)
|
8 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.image_name AS image_name_3, t0.import_has_header AS import_has_header_4, t0.parameter_separator AS parameter_separator_5, t0.ftp_server AS ftp_server_6, t0.ftp_user AS ftp_user_7, t0.ftp_password AS ftp_password_8, t0.ftp_path AS ftp_path_9, t0.ftp_active AS ftp_active_10, t0.sftp_private_key AS sftp_private_key_11, t0.is_sftp AS is_sftp_12, t0.ftp_port AS ftp_port_13, t0.ftp_hours AS ftp_hours_14, t0.ftp_message AS ftp_message_15, t0.ftp_reminder1_active AS ftp_reminder1_active_16, t0.ftp_reminder1_message AS ftp_reminder1_message_17, t0.ftp_reminder1_hours AS ftp_reminder1_hours_18, t0.ftp_reminder2_active AS ftp_reminder2_active_19, t0.ftp_reminder2_message AS ftp_reminder2_message_20, t0.ftp_reminder2_hours AS ftp_reminder2_hours_21, t0.is_single_campaign_only AS is_single_campaign_only_22, t0.language AS language_23, t0.public_uuid AS public_uuid_24, t0.is_filter_active AS is_filter_active_25, t0.token AS token_26, t0.active AS active_27, t0.source_origin_id AS source_origin_id_28 FROM mew_source t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.image_name AS image_name_3, t0.import_has_header AS import_has_header_4, t0.parameter_separator AS parameter_separator_5, t0.ftp_server AS ftp_server_6, t0.ftp_user AS ftp_user_7, t0.ftp_password AS ftp_password_8, t0.ftp_path AS ftp_path_9, t0.ftp_active AS ftp_active_10, t0.sftp_private_key AS sftp_private_key_11, t0.is_sftp AS is_sftp_12, t0.ftp_port AS ftp_port_13, t0.ftp_hours AS ftp_hours_14, t0.ftp_message AS ftp_message_15, t0.ftp_reminder1_active AS ftp_reminder1_active_16, t0.ftp_reminder1_message AS ftp_reminder1_message_17, t0.ftp_reminder1_hours AS ftp_reminder1_hours_18, t0.ftp_reminder2_active AS ftp_reminder2_active_19, t0.ftp_reminder2_message AS ftp_reminder2_message_20, t0.ftp_reminder2_hours AS ftp_reminder2_hours_21, t0.is_single_campaign_only AS is_single_campaign_only_22, t0.language AS language_23, t0.public_uuid AS public_uuid_24, t0.is_filter_active AS is_filter_active_25, t0.token AS token_26, t0.active AS active_27, t0.source_origin_id AS source_origin_id_28 FROM mew_source t0 WHERE t0.id = 76;
|
0.19 ms (18.16%)
|
1 |
SELECT m0_.id AS id_0, m0_.phone AS phone_1, m0_.state AS state_2, m0_.comment AS comment_3, m0_.stop_list AS stop_list_4, m0_.full_name AS full_name_5, m0_.delete_list AS delete_list_6, m0_.delete_list_date AS delete_list_date_7, m0_.stop_list_date AS stop_list_date_8, m0_.created_at AS created_at_9, m0_.token AS token_10, m0_.source_id AS source_id_11, m0_.phone_tchat_id AS phone_tchat_id_12 FROM mew_contact m0_ INNER JOIN mew_message m1_ ON m0_.id = m1_.contact_id WHERE m1_.seen = 0
SELECT m0_.id AS id_0, m0_.phone AS phone_1, m0_.state AS state_2, m0_.comment AS comment_3, m0_.stop_list AS stop_list_4, m0_.full_name AS full_name_5, m0_.delete_list AS delete_list_6, m0_.delete_list_date AS delete_list_date_7, m0_.stop_list_date AS stop_list_date_8, m0_.created_at AS created_at_9, m0_.token AS token_10, m0_.source_id AS source_id_11, m0_.phone_tchat_id AS phone_tchat_id_12 FROM mew_contact m0_ INNER JOIN mew_message m1_ ON m0_.id = m1_.contact_id WHERE m1_.seen = 0;
|
0.13 ms (12.56%)
|
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.date_creation AS date_creation_7, t0.reset_password_token AS reset_password_token_8, t0.date_request_reset_password AS date_request_reset_password_9, t0.need_to_reset_password AS need_to_reset_password_10, t0.image_name AS image_name_11, t0.phone_number AS phone_number_12, t0.anonymous AS anonymous_13, t0.email_auth_code AS email_auth_code_14, t0.is_email_auth_enabled AS is_email_auth_enabled_15, t0.ignore_read AS ignore_read_16, t0.token AS token_17, t0.active AS active_18 FROM mew_user t0 WHERE t0.email = ? LIMIT 1
Parameters: [
"joachim@cupani.dev"
]
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.date_creation AS date_creation_7, t0.reset_password_token AS reset_password_token_8, t0.date_request_reset_password AS date_request_reset_password_9, t0.need_to_reset_password AS need_to_reset_password_10, t0.image_name AS image_name_11, t0.phone_number AS phone_number_12, t0.anonymous AS anonymous_13, t0.email_auth_code AS email_auth_code_14, t0.is_email_auth_enabled AS is_email_auth_enabled_15, t0.ignore_read AS ignore_read_16, t0.token AS token_17, t0.active AS active_18 FROM mew_user t0 WHERE t0.email = 'joachim@cupani.dev' LIMIT 1;
|