-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[MenuBar]: Slow performance #6164
Closed
FabienVINCENT opened this issue
Aug 1, 2024
· 5 comments
· Fixed by #6176 or twin-tigon/hypermodern-python-talk#4 · May be fixed by nerds-github/litlyx#11
Closed
[MenuBar]: Slow performance #6164
FabienVINCENT opened this issue
Aug 1, 2024
· 5 comments
· Fixed by #6176 or twin-tigon/hypermodern-python-talk#4 · May be fixed by nerds-github/litlyx#11
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Comments
FabienVINCENT
added
the
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
label
Aug 1, 2024
avramz
added a commit
to avramz/primevue
that referenced
this issue
Aug 2, 2024
- move getAriaSetSize to computed - optimize getAriaPosInset
Can reproduce, fix in PR |
I confirm that it improves performance. On tests with 500 items it is still a little laggy but much less so. Thanks |
tugcekucukoglu
added
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Aug 22, 2024
LeaderbotX400
pushed a commit
to LeaderbotX400/primevue
that referenced
this issue
Aug 29, 2024
- move getAriaSetSize to computed - optimize getAriaPosInset
This was referenced Oct 1, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Describe the bug
When we have a large amount of data the component is very slow when displaying the submenus or hovers.
in primevue2 I had the same menu but I didn't have this problem (try in primevue3 same problem).
I tried with the Aura theme or with Tailwind presets, it's the same.
Reproducer
https://stackblitz.com/edit/primevue-4-vite-issue-template-tk2bqe?file=src/App.vue
PrimeVue version
4.0.3
Vue version
4.x
Language
TypeScript
Build / Runtime
Nuxt
Browser(s)
Arc, chrome, firefox
Steps to reproduce the behavior
Expected behavior
No response
The text was updated successfully, but these errors were encountered: