Server Load / DB queries
Hi,
just installed v1.7.4 on a Linux Debian Root-Server. I'm wondering about the high server-load tikiwiki seems to produce ...
Loading the Index-page for example (most features are disabled), apache uses ~ 15 % CPU. Loading a phpMyAdmin page in the table-structure view with loads of tables, takes only about 6% for example!
Is it possible, that this is caused by
a) the high amount of DB-queries tikiwiki creates (I can only estimate, but here on this server it says from ~ 100 to 200 queries _per page_! This cannot be good if there are more than 50 users, you would need to have a BIG machine!
b) Every module/code gets loaded upon _every_ request!? (don't know, just guessing).
Maybe there has to be done som refactoring/restructuring of the code-including/database-queries ...
Don't get that wrong — I really like tikiwiki very much and I appreciate the good work on it, but I would like to use in a "large-scale" (ok, ~1000 users) project, which seems not to be possible with the actual performance hits.
Thanks for your attention!