I've done a good search on this topic and while there's various hacks I've applied to speed up the forums generally, nothing has fixed this. I've also got the arcade installed. Any help appreciated.
DX57 Nuke Soldier
Joined: May 28, 2004
Posts: 27
Posted:
Wed Mar 07, 2007 11:45 am
Is there perhaps any way of improving this query?
Code:
$sql = "SELECT f.*, p.post_time, p.post_username, u.username, u.user_id, u.user_displayname
FROM (( " . FORUMS_TABLE . " f
LEFT JOIN " . POSTS_TABLE . " p ON p.post_id = f.forum_last_post_id )
LEFT JOIN " . USERS_TABLE . " u ON u.user_id = p.poster_id )
ORDER BY f.cat_id, f.forum_order";
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum