Performance issues – related to number of users
-
We have a WPMU install with Buddypress and a range of custom plug-ins.
WordPress – MU 2.9.2.
BuddyPress – Version 1.1.3Production environment:
PHP – PHP Version 5.2.6-3ubuntu4.5
Apache – Apache/2.2.11
MySQL – mysql Ver 14.12 Distrib 5.0.75Dev environment:
UBUNTU 2.6.31-14-server #48-Ubuntu
MySQL mysql Ver 14.14 Distrib 5.1.37
PHP Version 5.2.10
Apache/2.2.12 (Ubuntu)We have a legacy user table which we have developed a data migration script to port user information from this legacy table into the WordPress and Buddypress tables. The script populates – wp_users, wp_usermeta and wp_bb_xprofile_data.
The problem we are experiencing seems specific to the environment of our live production system – UBUNTU – LAMP install as it is not reproducible on staging / dev environments – theses are different versions of UBUNTU and MYSQL.
The issue appears when the number of users in the database exceeds 3000+ :
1 – the performance of the dashboard area = specific to posts and pages areas is terrible.
2 – More worrying the ability to edit post content i.e. the visual editor tool bar disappears leaving us without the ability to update posts.
3 – The buddypress top menu disappears or takes an age to loadI have tried investigating whether this is specific to a plug-in on the site with limited success – disabling plug-ins does help but the performance issue still remains. I have also spent time turning on or off specific plug-ins or a small number – the performance issue still remains; the editing facility appears randomly. I am not convinced it’s a plug-in issue this issue doesn’t reproduce on our dev environment for example.
The wp_usermeta table has 16,000 rows
The wp_bb_xprofile_data table has around 18,000 rowsI am not sure this is relevant however.
Any help or advice would be appreciated for where to investigate or if someone has experienced this problem and was able to resolve it.
- The topic ‘Performance issues – related to number of users’ is closed to new replies.