From 53df299354d32e259f03ad0f2385bd4e6f118dc2 Mon Sep 17 00:00:00 2001 From: Andrew Date: Mon, 10 Mar 2025 00:35:59 +0000 Subject: [PATCH] [diary]: Update 10 Mar --- diary.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/diary.md b/diary.md index fa1cd96..6c9fedc 100644 --- a/diary.md +++ b/diary.md @@ -1,5 +1,7 @@ ## Mon 10 Mar 2025 - Add `ci.yml`. +- Update frontend to only send one request per API when loading data, using the list of `objectType`s functionaliy, thereby reducing the number of requests made. + - Speeds up loading time from 20s to 15s for all data. ## Sun 09 Mar 2025 - Optimise `permanent_data.py` with better batched uploading and asynchronous API calls.