- Affected version
- 2.1.3
The problems occur under "admin.php?moderators/". in XF1 this was not so!
We plan to switch to XF2! Therefore I have both forums on the same server.
Same number of users/threads/posts/moderators/admins etc.
XF1
XF2
This query is executed countless times!
I hope that this will be improved!
Generally that you test your software with extremely large forums. There is a lot of potential! With more than 500 nodes also the start page becomes unbearably sluggish. yes, sluggish than with XF1!
Thank you
Edit: no Add-Ons installed!
We plan to switch to XF2! Therefore I have both forums on the same server.
Same number of users/threads/posts/moderators/admins etc.
XF1
XF2
This query is executed countless times!
Code:
SELECT `xf_node`.*
FROM `xf_node`
ORDER BY `xf_node`.`lft` ASC
I hope that this will be improved!
Generally that you test your software with extremely large forums. There is a lot of potential! With more than 500 nodes also the start page becomes unbearably sluggish. yes, sluggish than with XF1!
Thank you
Edit: no Add-Ons installed!
Last edited: