Hey Maneesh,

Have you checked your Watcher-Count? For example with this Chrome Extension 
<https://chrome.google.com/webstore/detail/angular-watchers/nlmjblobloedpmkmmckeehnbfalnjnjk>.
 
Decreasing the Watcher-Count is sometimes quite simple. Many bindings can 
be done as one-time-bindings:
<span>{{::User.name}}</span>

Just yesterday I halved my watcher-count by beeing aware of 
one-time-bindings.

Am Mittwoch, 9. November 2016 09:59:48 UTC+1 schrieb Maneesh P:
>
> Hai, 
> am a angular developer. I have created an angular application its 
> completely dynamic.means there is no static html. Html is generated using 
> code. And am using devexpress controls. 
> now the issue is Performance. I tried profiling tools. I can see heap 
> memory is increasing while using the app. then at certain stage app become 
> unresponsive. rewriting all the code and make optimization is quiet tough. 
> because there is lots of modules and code. so its difficult. I tried 
> reloading the app, reloading remove some cache and improve performance. but 
> its not a good way. what can i do ? is there any quick solution ?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Angular" 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