4.27 ms (51.45%)
|
3 |
"COMMIT"
|
1.09 ms (13.16%)
|
3 |
"START TRANSACTION"
"START TRANSACTION";
|
0.83 ms (10.01%)
|
1 |
INSERT INTO sync_log_job (job_id, object_type, status, start_time, end_time, processed_records, sync_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters: [
"750R700000xbEEwIAM"
"Contact"
"JOB_CREATED"
"2026-06-01 16:54:13"
null
0
52
]
INSERT INTO sync_log_job (job_id, object_type, status, start_time, end_time, processed_records, sync_id) VALUES ('750R700000xbEEwIAM', 'Contact', 'JOB_CREATED', '2026-06-01 16:54:13', NULL, 0, 52);
|
0.81 ms (9.78%)
|
1 |
INSERT INTO sync_log_batch (object_type, total_jobs, status, start_time, end_time, processed_records) VALUES (?, ?, ?, ?, ?, ?)
Parameters: [
"Contact"
1
"BATCH_CREATED"
"2026-06-01 16:54:12"
null
0
]
INSERT INTO sync_log_batch (object_type, total_jobs, status, start_time, end_time, processed_records) VALUES ('Contact', 1, 'BATCH_CREATED', '2026-06-01 16:54:12', NULL, 0);
|
0.73 ms (8.79%)
|
1 |
INSERT INTO messenger_messages (body, headers, queue_name, created_at, available_at) VALUES(?, ?, ?, ?, ?)
Parameters: [
"O:36:\"Symfony\\Component\\Messenger\\Envelope\":2:{s:44:\"\0Symfony\\Component\\Messenger\\Envelope\0stamps\";a:1:{s:46:\"Symfony\\Component\\Messenger\\Stamp\\BusNameStamp\";a:1:{i:0;O:46:\"Symfony\\Component\\Messenger\\Stamp\\BusNameStamp\":1:{s:55:\"\0Symfony\\Component\\Messenger\\Stamp\\BusNameStamp\0busName\";s:21:\"messenger.bus.default\";}}}s:45:\"\0Symfony\\Component\\Messenger\\Envelope\0message\";O:41:\"App\\Message\\SyncSalesforceContactsMessage\":1:{s:5:\"jobId\";s:18:\"750R700000xbEEwIAM\";}}"
"[]"
"default"
"2026-06-01 20:54:13"
"2026-06-01 20:54:13"
]
INSERT INTO messenger_messages (body, headers, queue_name, created_at, available_at) VALUES('O:36:\\\"Symfony\\\\Component\\\\Messenger\\\\Envelope\\\":2:{s:44:\\\"\\0Symfony\\\\Component\\\\Messenger\\\\Envelope\\0stamps\\\";a:1:{s:46:\\\"Symfony\\\\Component\\\\Messenger\\\\Stamp\\\\BusNameStamp\\\";a:1:{i:0;O:46:\\\"Symfony\\\\Component\\\\Messenger\\\\Stamp\\\\BusNameStamp\\\":1:{s:55:\\\"\\0Symfony\\\\Component\\\\Messenger\\\\Stamp\\\\BusNameStamp\\0busName\\\";s:21:\\\"messenger.bus.default\\\";}}}s:45:\\\"\\0Symfony\\\\Component\\\\Messenger\\\\Envelope\\0message\\\";O:41:\\\"App\\\\Message\\\\SyncSalesforceContactsMessage\\\":1:{s:5:\\\"jobId\\\";s:18:\\\"750R700000xbEEwIAM\\\";}}', '[]', 'default', '2026-06-01 20:54:13', '2026-06-01 20:54:13');
|
0.57 ms (6.81%)
|
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.deactivated_notifications AS deactivated_notifications_5, t0.sex AS sex_6, t0.rut AS rut_7, t0.name AS name_8, t0.last_name AS last_name_9, t0.phone AS phone_10, t0.picture AS picture_11 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.deactivated_notifications AS deactivated_notifications_5, t0.sex AS sex_6, t0.rut AS rut_7, t0.name AS name_8, t0.last_name AS last_name_9, t0.phone AS phone_10, t0.picture AS picture_11 FROM `user` t0 WHERE t0.id = 1;
|