| 1 |
1.65 ms |
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;
|
| 3 |
1.07 ms |
INSERT INTO page_view (user, ip_address, created_at, page, page_type, context, user_agent) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters: [
null
"216.73.216.144"
"2025-12-24 20:19:29"
"https://edf1.tribital.com/beveiliging?p=beveiliging"
"page"
"{"params":{"_route":"security_overview","norm":null,"pathInfo":"\/beveiliging"}}"
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
]
INSERT INTO page_view (user, ip_address, created_at, page, page_type, context, user_agent) VALUES (NULL, '216.73.216.144', '2025-12-24 20:19:29', 'https://edf1.tribital.com/beveiliging?p=beveiliging', 'page', '{\"params\":{\"_route\":\"security_overview\",\"norm\":null,\"pathInfo\":\"\\/beveiliging\"}}', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)');
|