40.61 ms (68.62%)
|
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;
|
12.64 ms (21.35%)
|
1 |
INSERT INTO page_view (user, ip_address, created_at, page, page_type, context, user_agent) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters: [
null
"216.73.216.144"
"2025-12-25 00:23:59"
"https://edf1.tribital.com/privacybeleid?p=privacybeleid"
"page"
"{"params":{"_route":"privacy_policy","norm":null,"pathInfo":"\/privacybeleid"}}"
"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-25 00:23:59', 'https://edf1.tribital.com/privacybeleid?p=privacybeleid', 'page', '{\"params\":{\"_route\":\"privacy_policy\",\"norm\":null,\"pathInfo\":\"\\/privacybeleid\"}}', 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)');
|