PCv5/app/templates/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
..
edit_comment.html editor: don't autofocus by default 2020-10-31 22:15:03 +01:00
edit_topic.html update the route model for the forum to <id>/<page>/<slug> 2020-07-16 23:58:21 +02:00
forum.html forum: count comments for all presented topics in a single request (#63) 2021-07-07 17:26:22 +02:00
index.html review of privileges and forum permissions 2021-02-26 18:32:45 +01:00
topic.html review of privileges and forum permissions 2021-02-26 18:32:45 +01:00