2007-03-06, 12:07 AM
(This post was last modified: 2007-03-10, 07:45 PM by Dennis Tsang.)
It seems that moderator permission of each forum is not cached, therefore if a site has 50 forums and subforums, if a user access to index.php, MyBB will do at least 50 queries to obtain is_moderator of that forum. The problem comming from get_moderator_permissions functions and is_moderator function in functions.php. Should we do some caching here?