-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix slow rendering of catalog filter #1025
base: main
Are you sure you want to change the base?
Conversation
d30520c
to
f143494
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The popover closes on mouseover outside of container:
https://github.com/user-attachments/assets/384e97d3-8f65-451e-997e-0217391c6298
caused by using VMenu instead of VDropdown. This is by the behaviour of the component. Fixed with c96b275 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@igor-kamil how is the feel of it though? on my machine it's a visible improvement. maybe on your machine there's no significant delay in both cases. |
https://jira.sng.sk/browse/WEBUMENIA-2095
Measuring performance of scripting/rendering we were able to speed up the response time by ~300ms (30%).
before:
after: