What you found weird about the subscribtions object is that it is written "subscription". Nice video, btw. It's hard to find this kind of issues in the apps, and is not widely known, so these fixes are gold!
@galaxies_dev2 жыл бұрын
Yeah I should have used plural - and glad you enjoyed the video!
@emreaka3965 Жыл бұрын
Thank you, Simon. ^^ Your channel is my only resource for Angular and Ionic! :D
@galaxies_dev Жыл бұрын
Happy to hear that Emre 🙏
@AGUNGKAYA6 ай бұрын
Thanks the Captain of Ionic. I really need this.
@ADiaryForMyFuneral2 жыл бұрын
Fantastic video. This knowledge is incredibly important as your grow your app. Thank you Simon!
@galaxies_dev2 жыл бұрын
My pleasure!
@fabiandelarosa69412 жыл бұрын
Good video Simon Thanks
@MarcosVinicius-gj6qg2 жыл бұрын
Thank's Simon! It will help a lot here.
@galaxies_dev2 жыл бұрын
Glad it helped!
@quickmaths47622 ай бұрын
Thanks for the video Simon, as always. One question: if we did all the memory-deallocating things correctly, then we should have only 0 or 1 Page objects, after entering a page multiple times, correct? So there is no way that even when doing everything correctly, more of the same page class exist in memory? To rephrase my question: is the 0or1 pages created a good indicator, that we did everything correctly with memory for a page?
@rafiaumar6087 Жыл бұрын
Perfect Video Find this at perfect time:) Thanks SIMON😊
@galaxies_dev Жыл бұрын
So glad!
@adel_dx2 жыл бұрын
Great video. Simon, I hope you talk about Ionic with angularfire for performance. Why when using Angularfire with Ionic the app launch increases 3 seconds even use --prod tag New ionic app = 2 seconds on android New ionic app with angularfire = 5 seconds on android
@Ali-ys7ej2 жыл бұрын
If you use Promise instead of observable or convert the observable to a promise , does it resolve the problem of memory leak ?
@yevheniiherasymchuk2 жыл бұрын
the problem of memory leak is a bit deeper, in most cases it's about keeping the explicit refs to the unused structures. It might be achieved with promises as well. I'm sure that example with observable was used as "most common" in angular apps
@arleonzemtsop34212 жыл бұрын
Good video thank's Simon 🙏.
@galaxies_dev2 жыл бұрын
Glad you enjoyed it!
@Emerald-f7t20 күн бұрын
I use unsubscribe ,in ionic Angular, mobile app, after three hours, ram usage is higher to 2.5gb,in web , location.href can slove, how can i slove in mobile app,Sir?
@anandkothari27132 жыл бұрын
I have an angular 8 SSR app that causes memory leaks on the server it keeps on increasing memory on the server when the application is in use and opened by many users. Even Unsubscribe all subscriptions on ngOnDestroy but doesn't work, still memory leaks persist Also there is no js intervals too Not able to find whats the issue and whats the correct way to solve the problem
@xzestr9 ай бұрын
I have the same problem. Did you find the solution?
@Emerald-f7t20 күн бұрын
I'm also facing this ,any solution?
@GeilAlterHoahoa2 жыл бұрын
Hi Simon
@galaxies_dev2 жыл бұрын
👋
@娱记传2 жыл бұрын
I would like to ask how to make an APP with short videos like Tiktok using ionic, because short videos are becoming more and more popular now
@galaxies_dev2 жыл бұрын
You can use a plugin to record videos, but not sure how you would implement the video editing functionality!
@jonathangomes75392 жыл бұрын
Google maps very slow 20k markers help me
@galaxies_dev2 жыл бұрын
Use less markers. Only show them for a specific radius, 20k is just too much to render I guess!