Loading slow on web ui and extension

Hello,

I have vaultwarden with 50 users and 3500 passwords. (On MariaDB)

Loading is slow on both web client and extension on my admin account who see everything.

But when i’m limiting my rights to see less passwords, loading is faster.

I’ tried to set mariadb innodb_buffer_pool_size = 3G but its not better.

How i can deal with this issue ?

This isn’t a database issue, my guess is that it loads relatively fast from the database. The main issue is the amount of items and probably collections. The clients seem to have some issue what a large load of items. They all need to be decrypted to be able to be seeing shown.

Ok but i have the issue on both client and website.

There is no way to speed up this process ?

On Website the data needs to be decrypted as well ?

The clients use more or less the same code.

And yes all clients need to decrypt the data. Everything is transferred as encrypted data, nothing is decrypt or encrypted regarding vault items at the server side, all is done at the clients.