0.26 ms (39.23%)
|
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.organisation_imalize_id AS organisation_imalize_id_6, t0.organisation_fournisseur_id AS organisation_fournisseur_id_7 FROM `user` t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.organisation_imalize_id AS organisation_imalize_id_6, t0.organisation_fournisseur_id AS organisation_fournisseur_id_7 FROM `user` t0 WHERE t0.id = 14;
|
0.21 ms (32.53%)
|
1 |
SELECT t0.id AS id_1, t0.message_id AS message_id_2, t0.conversation_id AS conversation_id_3, t0.subject AS subject_4, t0.body_preview AS body_preview_5, t0.from_email AS from_email_6, t0.to_emails AS to_emails_7, t0.categories AS categories_8, t0.has_attachments AS has_attachments_9, t0.priority AS priority_10, t0.status AS status_11, t0.assigned_to_id AS assigned_to_id_12, t0.assigned_to_name AS assigned_to_name_13, t0.assigned_to_email AS assigned_to_email_14, t0.assigned_to_roles AS assigned_to_roles_15, t0.assigned_at AS assigned_at_16, t0.received_at AS received_at_17, t0.created_at AS created_at_18, t0.note AS note_19, t0.relevant AS relevant_20, t0.exported_at AS exported_at_21 FROM mail_task t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.message_id AS message_id_2, t0.conversation_id AS conversation_id_3, t0.subject AS subject_4, t0.body_preview AS body_preview_5, t0.from_email AS from_email_6, t0.to_emails AS to_emails_7, t0.categories AS categories_8, t0.has_attachments AS has_attachments_9, t0.priority AS priority_10, t0.status AS status_11, t0.assigned_to_id AS assigned_to_id_12, t0.assigned_to_name AS assigned_to_name_13, t0.assigned_to_email AS assigned_to_email_14, t0.assigned_to_roles AS assigned_to_roles_15, t0.assigned_at AS assigned_at_16, t0.received_at AS received_at_17, t0.created_at AS created_at_18, t0.note AS note_19, t0.relevant AS relevant_20, t0.exported_at AS exported_at_21 FROM mail_task t0 WHERE t0.id = 325;
|
0.19 ms (28.24%)
|
1 |
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.mime_type AS mime_type_3, t0.file_size AS file_size_4, t0.storage_path AS storage_path_5, t0.task_id AS task_id_6 FROM mail_attachment t0 WHERE t0.task_id = ?
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.mime_type AS mime_type_3, t0.file_size AS file_size_4, t0.storage_path AS storage_path_5, t0.task_id AS task_id_6 FROM mail_attachment t0 WHERE t0.task_id = 325;
|