Currently in the process of developing an application using Angular 7
. Any tips on ensuring optimal performance on mobile devices?
The app functions smoothly on desktops in aot mode; however, loading time on Android devices is exceedingly slow (approximately 20 seconds). Also, it refuses to work on IOS - neither on desktop nor mobile (tested on MacBook and iPhone X, utilizing Safari and Google Chrome latest versions).
Any recommendations on how to tackle this issue?
UPDATE: After running build --prod, loading speed on android has significantly improved, and the app now operates seamlessly on IOS devices:)