sorry I meant version 5.5
Don't assign so many devices to a single user?
This is the admin user, he needs to see all devices for supervision.
I understand the reference of not putting so many devices on the same user, but according to his experience, there is a way to solve this or else. Could you explain to me why it happens?
It probably causes cache invalidation for all devices, so it's slow.
Hi, I have the same problem. Is there any solution or way to speed up the upload for administrator user?
The solution is to unlink devices that you don't need.
I am also facing similar issue. Is there any solution for this?
We have updated cache invalidation, so this issue should be resolved now.
This is awesome, you can see a little bit of the changes made on github, I promise to apply them tomorrow and build to see the results, I'll keep you posted
You can try it on the preview version:
I am using version 4.5 and I have a slowness of 18 seconds when adding devices.
the scenario is the following: I have an administrator user with 1000 assigned devices, when adding a device I have the delay.
If I do the same action with an administrator user with few devices, I don't have any delay.
I did a small debug and the delay occurs when executing
cacheManager.invalidatePermission(true, User.class, getUserId(), baseClass, entity.getId()); connectionManager.invalidatePermission(true, User.class, getUserId(), baseClass, entity.getId());
Does anyone have an idea on how to mitigate this problem?