Closed (works as designed)
Project:
Advanced Forum
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
29 Mar 2013 at 13:17 UTC
Updated:
10 Apr 2014 at 19:11 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
clemens.tolboomThe patch needs work as I haven't figured out how to hide the 'Last post' column yet.
[edit]
On our site having ~160K topics this improves performance from 32628.94 ms to 507.11 ms for the
/forum
page. Just visit the settings page on
/admin/config/content/advanced-forum
to disable statistics 'Latest post' column
Comment #2
helmo commentedI see two options to hide the column.
* add a condition to styles/naked/advanced-forum.naked.forum-list.tpl.php
* add some custom css to 'display: none' to class="forum-last-post" and class="forum-last-reply"
Comment #3
dries arnoldsGood work. Hope this gets committed. I'll test it shortly.
@helmo, option 1 is the most elegant solution. Hiding with CSS is something that should only be used as a last resort.
Comment #4
podaroknow its fixed
#2222861: Subquery optimization for last commented node
#2219377: Calculating post counts 20+ seconds on large sites
so closing