PCv5/app
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
..
data login_as: fixed some issues 2021-03-06 11:36:35 +01:00
forms login_as: add function to login as arbitrary account 2021-03-05 23:56:03 +01:00
models model: index comments by thread for faster lookup 2021-07-07 16:30:21 +02:00
processors login_as: add function to login as arbitrary account 2021-03-05 23:56:03 +01:00
routes forum: count comments for all presented topics in a single request (#63) 2021-07-07 17:26:22 +02:00
static Implémentation du "skip to content" #94 2021-04-28 19:30:41 +02:00
templates forum: count comments for all presented topics in a single request (#63) 2021-07-07 17:26:22 +02:00
utils utils/converters: use ValidationError instead of Exception 2021-07-07 15:23:55 +02:00
__init__.py security: add CSRF protection globally 2020-09-26 14:48:30 +02:00