IonicApp takes too much memory

My Ionic app is simple, the apk file is just 3M. After I install on device, it works and performs well. But when I look at it on device, “application”->“cached”, it takes 30~40M memory.I fell strange. Other applications on device doesn’t take so much memory. Could anyone explain why it takes so much? THANKS!

have same issue, my app 100MB memory

After several tests, I think there is nothing wrong with Ionic. When I re-install the app in my phone, it just take 3-4M, this is OK, and nothing is wrong.But why the cache take too much, I finally find it’s the data loads by my app that takes so much memory!Because my app will load data and charts! Is this the same reason with yours?