Open Fryguy opened 6 months ago
Ok, probably the common cause why Service UI (it is not happening in regular ManageIQ UI) is so slow with multiple html elements is actually that the whole page is being mirrored multiple times in the notification bar. Here are the examples: Services:
Service Catalog:
Random form:
That means that all the services, VMs and form logic is being initiated multiple times which slows down whole UI. The behaviour is same when accessing ManageIQ via Nginx domain or directly using ManageIQ's hostname. So the webserver does not play any role.
Any idea why is it happening?
Another related question is - I tried to turn off the notifications temporarily by disabling Service UI notification in the role of the user but it had no effect. Is it possible to turn it off somehow?
@Fryguy @jeffibm Hi, I have found out that the problem is probably related to the https://github.com/ManageIQ/manageiq-ui-service/pull/1865 As quinteros is not stable and this bug is not fixed in petrosian , is it possible to build it for petrosian?
I have additional information - we have replace /ui/service in Petrosian with Quinteros version and it seems that it fixed the problem with Notification bar.
This issue has been automatically marked as stale because it has not been updated for at least 3 months.
If you can still reproduce this issue on the current release or on master
, please reply with all of the information you have about it in order to keep the issue open.
Discussed in https://github.com/orgs/ManageIQ/discussions/22992