When checking the list view for performance optimization, I noticed some additional ajax calls.
Advice is to turn off what is not really needed.
See markup template filter settings under "Additional Filters"
When using the filters, I would even prefer a loading on demand and not to get them ahead of time (it might be useless if it is not requested by the user).
**While checking on this, i noticed the call for getting the "Mention" user list.
This might be even considered a security problem, since every public user can get the whole user list (without the password) ...** :O
At the same time it might create a performance problem, if a website has a lot of users.
When checking the list view for performance optimization, I noticed some additional ajax calls.
Advice is to turn off what is not really needed.
See markup template filter settings under "Additional Filters"
When using the filters, I would even prefer a loading on demand and not to get them ahead of time (it might be useless if it is not requested by the user).
**While checking on this, i noticed the call for getting the "Mention" user list.
This might be even considered a security problem, since every public user can get the whole user list (without the password) ...** :O
At the same time it might create a performance problem, if a website has a lot of users.