3.74 ms (38.30%)
|
1 |
INSERT INTO trackings (action, entity_type, entity_id, details, old_value, new_value, ip_address, user_agent, id, created_at, updated_at, establishment_id, user_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters: [
"LOGIN"
"auth"
"019cd0ec-7eee-7412-9ac2-b8f3d874390d"
null
null
null
"102.17.37.153"
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36 Edg/148.0.0.0"
"019ecec6-724a-7034-84fb-ec62325297e7"
"2026-06-16 04:52:52"
"2026-06-16 04:52:52"
"019c6bc6-7a9f-74a1-8839-c09403fb8f9b"
"019cd0ec-7eee-7412-9ac2-b8f3d874390d"
]
INSERT INTO trackings (action, entity_type, entity_id, details, old_value, new_value, ip_address, user_agent, id, created_at, updated_at, establishment_id, user_id) VALUES ('LOGIN', 'auth', '019cd0ec-7eee-7412-9ac2-b8f3d874390d', NULL, NULL, NULL, '102.17.37.153', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.0.0 Safari/537.36 Edg/148.0.0.0', '019ecec6-724a-7034-84fb-ec62325297e7', '2026-06-16 04:52:52', '2026-06-16 04:52:52', '019c6bc6-7a9f-74a1-8839-c09403fb8f9b', '019cd0ec-7eee-7412-9ac2-b8f3d874390d');
|
2.23 ms (22.83%)
|
1 |
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.first_name AS first_name_4, t0.last_name AS last_name_5, t0.phone AS phone_6, t0.gender AS gender_7, t0.id AS id_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.deleted_at AS deleted_at_11, t0.is_active AS is_active_12 FROM users t0 WHERE t0.email = ? LIMIT 1
Parameters: [
"ndrinamitia@gmail.com"
]
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.first_name AS first_name_4, t0.last_name AS last_name_5, t0.phone AS phone_6, t0.gender AS gender_7, t0.id AS id_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.deleted_at AS deleted_at_11, t0.is_active AS is_active_12 FROM users t0 WHERE t0.email = 'ndrinamitia@gmail.com' LIMIT 1;
|
2.14 ms (21.86%)
|
1 |
SELECT t0.name AS name_1, t0.code AS code_2, t0.types AS types_3, t0.address AS address_4, t0.city AS city_5, t0.postal_code AS postal_code_6, t0.phone AS phone_7, t0.email AS email_8, t0.website AS website_9, t0.logo AS logo_10, t0.director AS director_11, t0.slogan AS slogan_12, t0.tenant_key AS tenant_key_13, t0.due_day_at AS due_day_at_14, t0.id AS id_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17, t0.deleted_at AS deleted_at_18, t0.is_active AS is_active_19 FROM establishments t0 INNER JOIN user_establishments ON t0.id = user_establishments.establishment_id WHERE user_establishments.user_id = ?
Parameters: [
"019cd0ec-7eee-7412-9ac2-b8f3d874390d"
]
SELECT t0.name AS name_1, t0.code AS code_2, t0.types AS types_3, t0.address AS address_4, t0.city AS city_5, t0.postal_code AS postal_code_6, t0.phone AS phone_7, t0.email AS email_8, t0.website AS website_9, t0.logo AS logo_10, t0.director AS director_11, t0.slogan AS slogan_12, t0.tenant_key AS tenant_key_13, t0.due_day_at AS due_day_at_14, t0.id AS id_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17, t0.deleted_at AS deleted_at_18, t0.is_active AS is_active_19 FROM establishments t0 INNER JOIN user_establishments ON t0.id = user_establishments.establishment_id WHERE user_establishments.user_id = '019cd0ec-7eee-7412-9ac2-b8f3d874390d';
|