this is news i found on google i hope its not true cuz i love boonex :)
Crapy use of Database
We saw serveral other competing sites launched on boonex, but we did not
care much. Why? Becouse when they reach 500-1000 daily visitors they
will break apart. The reason for it is very bad programming and use of
database.
For example, boonex uses profile builder which assigns fields to
profiles. So the output of profile uses more than one table and is quite
inefficient.
Also, there is a nice 20-30 query overhead on each page display to fetch
all the configuration values from table. Silly, isn’t it ?
They would
be FAR better of using a file for configuring sofware or caching it in
php file like it is done in most of the systems.
Another simple problem. When boonex wants to display a profile being
online it additionally check database for its status. But that data was
pulled from database already. So 20 useless queries again.
