![]() |
OK, I tried this hack. While it does work, it also adds a very noticable amount of extra time to open a thread. The more posts in a thread (or I guess more accurately, the more unique people to post in a thread), the worse it gets. Quite noticably.
Please let us know if that cacheing bit works good, after its tested. :) |
you made me very happy matey :D
|
Quote:
:cool: |
Code:
SELECT COUNT(postid) AS posts FROM post LEFT JOIN thread USING (threadid) WHERE thread.forumid='1' AND post.userid='xx' (btw, this is for one forum only, not from sub forums as well) But still this is another query for each post, so in a thread with 30 posts per page you will have another 30 queries. |
is there a way for this hack to count posts made in more than one forum?
|
bump
|
Did anyone ever get this cache thing working?
|
yeah?
|
All times are GMT. The time now is 05:46 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|