My ionic app based on nightly build takes 125mo ram

I’m using the latest nightlybuild. (angular 1.3 and cached views).

I’m using bindonce for my lists.
I have two main views each displaying 20 items.
Each item contains a small image (50x50) and just a few lines of text.
I don’t have any $watch acting on my lists.

Is it normal that the app takes 125mo of ram? too much no?
I only cached those two views.
Other are really simple (just forms) and are set with cache:false

Thanks

I noticed that some markups didn’t benefit from bindonce directive (bo-html etc…)

Will try it out now :wink:

No need to use bindonce with Angular 1.3. It has its own directives for one time binding.

1 Like