Speeds of UNA mobile app
I have an UNA mobile app but the speed of loading the app is slow. My question is what needs to be done to make it much faster?
-is this related to the server settings (e.g., how much memory, how many CPUs, ..etc)?
-Is it related to the capacity and type of db used?
-Is it related to some other factors? if so, what?
-
- · Rocco
- ·
All factor important but in mobile apps do not implemented cache checksum and apps always load pages anyway - if they do not have any changes. Or i mistake and other vendor just make general page of app static for fast start and make ajax update content without refresh page every time.
-
-
·
Alex T⚜️
- ·
We recently updated mobile apps, please try to use updated version, it should work much faster.
-
·
Alex T⚜️
-
Thank you so much. I had someone created the app for us. Is updating to B4 on our server enough (app showing new site whenever we update it), or do we need to have something done specifically for the mobile app to be updated? Appreciate your guidance on this.
-
Updating to b4 on your server via your studio is independent of updating the mobile app itself. For improve speed of mobile app, we may try the following:
- Update to current una site version (13-b4). You may wait for stable release for live site
- Update to latest una mobile app version (v2)
- [Most importantly] Increase your server RAM (16 GB Ram above) and cpu core (8 CPU core-the higher the better)...nevertheless, 8 GB RAM still works fine
- Reduce third party code snippet or too many blocks or number of items in page
-
Thanks @Stephen-Mystic Inam for your input. In item number 4 above, does it matter the number of blocks if some of them are "inactive" or dimmed? or better to delete the inactive ones to make it faster to download? tnx