From baa442104a85401e1fa3238d545bd60ef34f3164 Mon Sep 17 00:00:00 2001 From: BroodjeAap Date: Fri, 20 Jan 2023 14:24:05 +0000 Subject: [PATCH] todo+ --- todo.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/todo.md b/todo.md index 44aa5ef..1220966 100644 --- a/todo.md +++ b/todo.md @@ -2,4 +2,10 @@ - import options add/clear - comments - safe escape {{ }} for pages -- 'jitter' for cronjobs after first start ? \ No newline at end of file +- 'jitter' for cronjobs after first start ? +- SLOW SQL + - SELECT * FROM `filter_connections` WHERE watch_id = 1 + - SELECT * FROM `watches` WHERE `watches`.`id` = 7 ORDER BY `watches`.`id` LIMIT 1 + - SELECT * FROM `filters` WHERE watch_id = 1 + - INSERT INTO `filter_outputs` (`watch_id`,`name`,`value`,`time`) VALUES (7,"Caption","D","2023-01-│> +20 14:20:25.454") RETURNING `id` \ No newline at end of file