Skip to content
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

I noticed today that there are also memory leaks when navigating between pages. To replicate the issue: #6528

Closed
prempopatia opened this issue Oct 5, 2024 · 1 comment

Comments

@prempopatia
Copy link

PrimeVue version
4.0.7

Vue version
3.5.11

I noticed today that there are also memory leaks when navigating between pages. To replicate the issue:

  1. Visit the PrimeVue Button page: https://primevue.org/button/
    Captura de pantalla 2024-09-19 163955
  2. Use Chrome DevTools (or another browser's developer tools) to take a memory snapshot.
    Captura de pantalla 2024-09-19 163947
  3. Navigate to the DataTable page.
  4. Continuously switch between the Button and DataTable pages 10 to 20 times.
    Captura de pantalla 2024-09-19 164004
  5. After performing these steps, the memory usage increases significantly, rising from an initial 30 MB to around 850 MB. This indicates a possible memory leak associated with these components.
    Captura de pantalla 2024-09-19 165100

It seems that the memory is not being properly released, leading to substantial growth over time.

Originally posted by @IvanCausera in #6223 (comment)

@tugcekucukoglu
Copy link
Member

Thank you. We can track #6223

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants