Skip to content

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)

Merge request reports