Fix the loading time of puzzle list
- Jul 01, 2024
-
-
This commit should fix the loading time of the puzzle list by: 1. Fetching only a page of puzzles from the database (not the whole puzzle list, which is then paged in Java code) 2. Not waiting for every non-blocking operation in a sequence, but waiting for all of them to finish at once
-
-
-
-
-