1.83 ms (27.85%)
|
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';
|
1.64 ms (24.95%)
|
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: [
"page_view"
"page"
"/establishment/students"
"{"url":"https:\/\/ianatra.mypreprod.xyz\/establishment\/students","path":"\/establishment\/students","referrer":"https:\/\/ianatra.mypreprod.xyz\/login","title":"\u00c9l\u00e8ves - \u00c9tablissement"}"
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"
"019ecec7-24b2-71f4-99fe-6ebd7e6c06e5"
"2026-06-16 04:53:38"
"2026-06-16 04:53:38"
"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 ('page_view', 'page', '/establishment/students', '{\"url\":\"https:\\/\\/ianatra.mypreprod.xyz\\/establishment\\/students\",\"path\":\"\\/establishment\\/students\",\"referrer\":\"https:\\/\\/ianatra.mypreprod.xyz\\/login\",\"title\":\"\\u00c9l\\u00e8ves - \\u00c9tablissement\"}', 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', '019ecec7-24b2-71f4-99fe-6ebd7e6c06e5', '2026-06-16 04:53:38', '2026-06-16 04:53:38', '019c6bc6-7a9f-74a1-8839-c09403fb8f9b', '019cd0ec-7eee-7412-9ac2-b8f3d874390d');
|
1.58 ms (24.05%)
|
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.id = ?
Parameters: [
"019cd0ec-7eee-7412-9ac2-b8f3d874390d"
]
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.id = '019cd0ec-7eee-7412-9ac2-b8f3d874390d';
|