PCv5/app/routes/forum
Lephe c59e844852
forum: count comments for all presented topics in a single request (#63)
It appears as though performing a lot of requests is the most costly
aspect of listing comment counts per topic; this change aims to address
that by reading all the counts in a single request.

On my computer, this changes loading times from an absolute 100-200 ms to
50-100 ms most of the time. The request impact is not easy to measure as a
couple ms is small enough to fall in the range of disk access and other
semi-random events.
2021-07-07 17:26:22 +02:00
..
index.py forum: count comments for all presented topics in a single request (#63) 2021-07-07 17:26:22 +02:00
topic.py review of privileges and forum permissions 2021-02-26 18:32:45 +01:00