Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Browser lag after several angular rerender #400

Closed
xvypx opened this issue Aug 7, 2015 · 2 comments
Closed

Browser lag after several angular rerender #400

xvypx opened this issue Aug 7, 2015 · 2 comments

Comments

@xvypx
Copy link

xvypx commented Aug 7, 2015

Hello,

First of all thank you for this library that made me save time.

I use the angular rerender to take maximum advantage of the AngularJS power.

That's my problem:

My application manages data in real time and it must refresh the table every 15 seconds.
The problem is that after several refreshments, the application begins to lag.

I tried to find where that could come and I've realized that has every time we did a rerender, the number of scope increased.

Here a screen when the table is initialized the first time (6 lines in my table and 6 scopes) :
c1

Here a screen after 4 rerender (6 lines in my table and 24 scopes):
c2

The number of scope it should not remain the same after each rerender ?

Thank you for your help

@l-lin
Copy link
Owner

l-lin commented Aug 17, 2015

It should be fixed with #326. Can you try using the dev version and tell me if you still have this issue?

@xvypx
Copy link
Author

xvypx commented Aug 19, 2015

Hi, Thank you l-lin, the dev version work very well. No duplication.

@xvypx xvypx closed this as completed Aug 19, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants