PCv5/app/routes
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
..
account polls: added admin panel and deletion form 2021-02-22 23:50:19 +01:00
admin login_as: fixed some issues 2021-03-06 11:36:35 +01:00
api misc: small fixes 2021-02-18 00:04:28 +01:00
forum forum: count comments for all presented topics in a single request (#63) 2021-07-07 17:26:22 +02:00
polls polls: added admin panel and deletion form 2021-02-22 23:50:19 +01:00
posts review of privileges and forum permissions 2021-02-26 18:32:45 +01:00
programs programs: add models for programs and topic promotions (#20) 2020-08-01 15:11:19 +02:00
__init__.py login_as: add function to login as arbitrary account 2021-03-05 23:56:03 +01:00
development.py fix: better PEP8 2020-08-05 22:52:56 +02:00
index.py Retrait de quelques erreurs par rapport à la PEP8 (avec Flake8) 2019-06-05 11:35:54 +02:00
search.py Passage des routes en français (#41) 2019-12-16 23:57:50 +01:00
tools.py Passage des routes en français (#41) 2019-12-16 23:57:50 +01:00
users.py fix a typo in many files 2020-08-25 22:57:45 +02:00