"Moving the even-handler from the 'row' to the element that hold the rows 
can be another big speed-up"
HI thanks a lot
could you give me an example for that ? 

and how can I do one time binding if all my data in the event is always 
changed ?

On Tuesday, January 16, 2018 at 8:53:14 AM UTC+2, Sander Elias wrote:
>
> Hi yusgulat,
>
> First of all, the number of watchers is not as important as the weight of 
> them. By that I mean, that when you have created your own watchers, and 
> those take a lot of CPU cycles, that is where the problem is.
>
> There is quite some low-hanging fruit. You have checked off the 'track 
> by', so that's ok. What you can do is use one-time bindings to speed it up 
> even more. 
> Moving the even-handler from the 'row' to the element that hold the rows 
> can be another big speed-up
>
> regards
> Sander
>

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to