Hello,
A few days ago I am migrating my forum to XenForo, previously I use Drupal. Forum runs much faster now, very satisfied with XenForo. But there are little things that bother me, when running the following command:
I find value if my average DB queries per second is 50K, is this normal for XenForo? users online between 500-800 (mostly anonymous). This is relatively new forum, members: 850, Discussions: 5700, Messages: 45K.
I run it on a dedicated server with 16GB of RAM.
Forum homepage generation:
Timing: 0.1563 seconds, Memory: 5.562 MB, DB Queries: 8
Using "top" command: load average: 0.22, 0.20, 0.21
For caching backend I use APC.
Thanks
A few days ago I am migrating my forum to XenForo, previously I use Drupal. Forum runs much faster now, very satisfied with XenForo. But there are little things that bother me, when running the following command:
Code:
mysqladmin -u root -p status
I find value if my average DB queries per second is 50K, is this normal for XenForo? users online between 500-800 (mostly anonymous). This is relatively new forum, members: 850, Discussions: 5700, Messages: 45K.
I run it on a dedicated server with 16GB of RAM.
Forum homepage generation:
Timing: 0.1563 seconds, Memory: 5.562 MB, DB Queries: 8
Using "top" command: load average: 0.22, 0.20, 0.21
For caching backend I use APC.
Thanks