Skip to content

The first version of the mobile app was slow due to loading issues. Basically, when moving back and forth between screens, the platform had to reload everything from the beginning. This lead to page loading times of 7-15 seconds…doesn’t sound like a lot but feels very long.

We rebuilt the architecture to make loading faster. Simply put, the app loads page templates and saves data, so it doesn’t have to reload from scratch when the view changes. This has brought loading time to a highly respectable 2-3 seconds.

 

category: Mobile App    tags: Fixes

Scroll To Top