Open yhseokshow opened 2 months ago
I noticed today that there are also memory leaks when navigating between pages. To replicate the issue:
It seems that the memory is not being properly released, leading to substantial growth over time.
I am also facing the same issue in primevue without SSR. On every refresh memory is incresing only and after considerable amount of time, it is even htiing 1GB. I tried with primevue version 4.0.7 as well but no luck.
Can anyone help me?
Thanks a lot for your report! I'll check and get back to you.
I'm seeing the same problem. Version 4.0.7
Removing PrimeVue components causes the leak to disappear or become negligible
Describe the bug
First Performance Monitor snapshot
Second Performance Monitor snapshot (after 2 minutes)
Third Performance Monitor snapshot (after 25 minutes)
As times go, JS heap size, DOM nodes and JS event listener are increasing steadily.
Reproducer
https://stackblitz.com/edit/rxcrqe
PrimeVue version
4.0.4
Vue version
3.4.30
Language
ES6
Build / Runtime
Vite
Browser(s)
Chrome 127.0.6533.100 build
Steps to reproduce the behavior
Expected behavior
No response