2011-05-27, 05:54 PM
I need a forum which can handle well with over 3500 forums. I have been testing several other forums such as PunBB, phpBB, SMF, WBB, IPB. WBB is able to handle all 3500 forums, but is not able to handle setting group permissions to all these. All the others have failed to cope even loading.
MyBB does handle loading 3500 forums and is able to handle the group permissions. For testing purposes I have set the home page to load all sub-forums so all the 3500 forums are shown on the home page. As you would expect when loading the home page it uses 58MB of memory. I assume this is because the SQL query is so large?
What I don't understand, when you go into a sub-forum that doesn't contain any posts or other sub-forums, why it still uses 58MB to load the page? Other pages like private messages, whos online, and other pages that don't list any forums, also use the same amount of memory. Why is this?
I will eventually be using memcache but I would like to get the memory usage down to a "reasonable" figure before adding this. How can I optimise the forum so it isn't using 58MB of memory for all pages?
For reference purposes, I am using the standard template, no plugins or mods, there are no posts, and no registered users.
MyBB does handle loading 3500 forums and is able to handle the group permissions. For testing purposes I have set the home page to load all sub-forums so all the 3500 forums are shown on the home page. As you would expect when loading the home page it uses 58MB of memory. I assume this is because the SQL query is so large?
What I don't understand, when you go into a sub-forum that doesn't contain any posts or other sub-forums, why it still uses 58MB to load the page? Other pages like private messages, whos online, and other pages that don't list any forums, also use the same amount of memory. Why is this?
I will eventually be using memcache but I would like to get the memory usage down to a "reasonable" figure before adding this. How can I optimise the forum so it isn't using 58MB of memory for all pages?
For reference purposes, I am using the standard template, no plugins or mods, there are no posts, and no registered users.