Save generated avatar in a single call
Instead of saving the avatar on each record which result in an UPDATE query for each record, grouping the saving of the avatars allows to INSERT multiple row at once.
Closes #13472 (closed)
On May 22, 2025, we will begin removing users who have never been confirmed or have never been active.
Contact the support if your user has been wrongly removed.
Instead of saving the avatar on each record which result in an UPDATE query for each record, grouping the saving of the avatars allows to INSERT multiple row at once.
Closes #13472 (closed)