Homepage: Improve performance by adjusting loading options

This commit is contained in:
rubenwardy
2023-11-18 11:25:22 +00:00
parent 96c86cf070
commit 8619433b66
5 changed files with 70 additions and 27 deletions

View File

@@ -216,7 +216,7 @@
</div>
{% for t in threads %}
{% set replies = t.replies.count() - 1 %}
{% set replies = t.replies_count - 1 %}
<a class="list-group-item list-group-item-action"
href="{{ url_for('threads.view', id=t.id) }}">