Fixed [1.3RC1] Timeout while renaming user

guiltar

Well-known member
Licensed customer
Hello! Renaming user causes timeouts since XenForo_Model_User::changeContentUser() is too heavy for large boards. Please make it deferred and also please check other _postSave() actions while renaming user.
 
1.3 added a number of indexes to help alleviate issues like this. If you're adding custom things to this, you should generally index the user_id field. (There are a couple changes that don't have indexes and the trade off wasn't considered worthwhile.)

This is something we may consider for the future, but generally indexing is going to give a significant amount of benefit.
 
Back
Top Bottom