Randem Systems Support Board

Discus Forum Converters => Discusware 4.10 to MyBB 1.8.5 Converter => Topic started by: Randem on August 30, 2015, 09:30:31 PM

Title: MyBB Forum Software Review
Post by: Randem on August 30, 2015, 09:30:31 PM
We have tested MyBB version 1.8.5  with a very large amount of data of which had the following characteristics:

mySQL Database 5.5
php 5.3.24

1 Million Plus Posts
1 Hundred Thousand Plus Forums / Sub-Forums
63 Thousand Plus Users
15 Groups

our php5.ini file was configured as follows:

memory_limit = 2048M    ;Maximum amount of memory a script may consume
max_execution_time = 180
max_input_time = 60
upload_max_filesize = 200M

USAGE:

With this configuration phpbb3 has failed miserably and did not work at all. It worked fairly well with a relatively small amount of forums but as it gets larger it will become horribly slow; if it works at all. It is not the database that is the issue for it can handle much more data than we provided, it was the was the MyBB software was written. The issue of caching the entire forum is the downfall of this system for really large forums.

DATABASE:

The database design does not have enforced table relationships. This is not bad per se but it would prevent a developer from accidentally deleting a topic without deleting all the post for that topic first (safety measure); the same would go for deleting forums.

MODS:

MyBB has a large array of MODs written for it and this makes it easier to configure your system the way you want it.


Pros

Cons