4.33 ms (44.25%)
|
1 |
SELECT t0.id AS id_1, t0.`order` AS order_2, t0.name AS name_3, t0.explanation AS explanation_4, t0.justification AS justification_5, t0.pdca AS pdca_6, t0.year AS year_7, t0.simplification_title AS simplification_title_8, t0.simplification_justification AS simplification_justification_9, t0.simplification_text AS simplification_text_10, t0.locked AS locked_11, t0.category_id AS category_id_12, t13.id AS id_14, t13.value AS value_15, t13.norm_id AS norm_id_16, t0.assigned_to_id AS assigned_to_id_17 FROM norm t0 LEFT JOIN norm_level t13 ON t13.norm_id = t0.id WHERE t0.category_id IS NULL AND t0.`order` IS NULL LIMIT 1
SELECT t0.id AS id_1, t0.`order` AS order_2, t0.name AS name_3, t0.explanation AS explanation_4, t0.justification AS justification_5, t0.pdca AS pdca_6, t0.year AS year_7, t0.simplification_title AS simplification_title_8, t0.simplification_justification AS simplification_justification_9, t0.simplification_text AS simplification_text_10, t0.locked AS locked_11, t0.category_id AS category_id_12, t13.id AS id_14, t13.value AS value_15, t13.norm_id AS norm_id_16, t0.assigned_to_id AS assigned_to_id_17 FROM norm t0 LEFT JOIN norm_level t13 ON t13.norm_id = t0.id WHERE t0.category_id IS NULL AND t0.`order` IS NULL LIMIT 1;
|
2.04 ms (20.89%)
|
1 |
INSERT INTO page_view (user, ip_address, created_at, page, page_type, context, user_agent) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters: [
null
"104.164.173.16"
"2025-12-25 15:55:23"
"https://edf1.tribital.com/beveiliging?p=beveiliging"
"page"
"{"params":{"_route":"security_overview","norm":null,"pathInfo":"\/beveiliging"}}"
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36"
]
INSERT INTO page_view (user, ip_address, created_at, page, page_type, context, user_agent) VALUES (NULL, '104.164.173.16', '2025-12-25 15:55:23', 'https://edf1.tribital.com/beveiliging?p=beveiliging', 'page', '{\"params\":{\"_route\":\"security_overview\",\"norm\":null,\"pathInfo\":\"\\/beveiliging\"}}', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36');
|