A slow app frustrates users and kills engagement—but most performance problems have simple fixes. These five tips will help you identify and resolve the most common bottlenecks dragging down your app's speed.
Since you're building with Adalo—a no-code app builder for database-driven web apps and native iOS and Android apps, one version across all three platforms, published to the Apple App Store and Google Play—you have powerful optimization options at your fingertips. From image compression to smart list loading, small adjustments in how you configure your Adalo app can dramatically improve load times and user experience.
Getting your app running smoothly matters because app success depends on reaching the biggest audience possible. With your app in the app stores and push notifications enabled, you can't afford performance issues turning users away.

The Adalo team has spent the past few months focused almost exclusively on stability and performance. Regarding performance, the ongoing migration to a more reliable and maintainable database infrastructure has undoubtedly helped, and we’ve also been working on both optimizing and slimming down the code base. However, after having met with hundreds of makers as part of this effort it’s become clear that we need to do a better job offering guidance regarding how to build more performant apps.
As part of this effort, we’ve recently published a new section on Performance in our documentation. We’ll continue expanding this section in the weeks and months ahead but in the meantime wanted to publish this separate post highlighting the five most common performance issues we’re seeing within Adalo apps that can easily be fixed by the app maker.
Want to Watch a Video Instead?
We've created a companion video for this blog post which goes into much more detail about these five tips, and introduces them by walking through two apps that Adalo customer advocate Kyle Belford personally created and uses every day!
Tip #1. Optimize Your Images
If your app allows users to upload images chances are that those images are being uploaded from a mobile device and the image files will be large and not optimized for the web or use in apps. Adalo uses a service called Imgix to display images in your app. Through the power of their API, you can adjust the pictures uploaded and optimize those user-generated images. Watch this video to learn how to take advantage of this critical optimization feature:
Tip #2. Use the Load Items as User Scrolls Option
Adalo will by default load all list items into the screen which can quickly cause performance issues if you haven’t limited the output to a reasonable maximum. If you do need to load a large number of list items into a screen then consider enabling the Load Items as User Scrolls option, which does exactly what you think it does.
You’ll find this feature found in any list under “Advanced Options” allows for your list to load as the user scrolls through the list.

Tip #3. Use Adalo’s Native Lists
Adalo is a no-code app builder for database-driven web apps and native iOS and Android apps—one version across all three platforms, published to the Apple App Store and Google Play. Adalo supports seven types of lists, including a simple list, card list, image list, avatar list, horizontal card list, horizontal chip list, and table. Additionally we support the option of creating a custom list when the maker determines that the default list layouts aren't suitable to their specific app requirements. However, our observation is that makers are increasingly choosing the custom list option over the native options for what appears to be minor cosmetic reasons and performance is suffering because of it due to the additional overhead imposed by custom lists.

Our advice is that you always select a native list over a custom list if at all practical, because custom list performance will always be inferior to the native options. To make this decision even easier, we are presently working on a few new native list types and will announce them as soon as they are available.
Tip #4. Avoid List within Lists
If you do require the customizability of a custom list, then try to avoid embedding lists inside of lists because the complexity quickly increases and performance suffers accordingly. Overuse of embedded lists is quite possibly the #1 performance-related mistake makers make. Should you find yourself gravitating towards embedding a list within a custom list, ask yourself whether there are other design options which might be implemented instead.
Tip #5. Pull Counts From Record Properties
Creating counts with filters on a list record is similar to creating a list within a list which will decrease your app’s performance score. You can avoid this by adding a number property to your collection which can be used to track the record count. In doing so you will avoid requiring the app to constantly calculate the record count on every screen load. Watch this video for more information:
Conclusion
These five strategies have been measured to double an app's performance. Which for your app and your end user is a big deal. Adalo will continue to develop more tools to provide the best environment for a performant app. As a maker, you can use the strategies to maximize Adalo’s performance potential. Together, we will build to create amazing apps for your community.
FAQ
| Question | Answer |
|---|---|
| Can I easily improve the performance of my Adalo app? | Yes, with Adalo's No Code App Builder, you can easily improve your app's performance by following five key strategies: optimizing images using Imgix, enabling 'Load Items as User Scrolls' for lists, using native lists instead of custom ones, avoiding lists within lists, and storing counts as record properties. These optimizations have been measured to double an app's performance. |
| Why choose Adalo over other App Builder solutions? | Adalo is a no-code app builder for database-driven web apps and native iOS and Android apps—one version across all three platforms, published to the Apple App Store and Google Play. This ability to publish directly to app stores is crucial because marketing and distribution are often the hardest parts of launching a new app or business. With Adalo handling the technical complexities, you can focus on building a great user experience while reaching customers through the world's largest app marketplaces. |
| What's the fastest way to build and publish a high-performance app to the Apple App Store and Google Play Store? | Adalo is the fastest way to build and publish a high-performance app to the Apple App Store and Google Play. With No Code App Builder's drag-and-drop interface and AI-assisted building, you can go from idea to published app in days rather than months. Adalo handles the complex App Store submission process, so you can focus on your app's features and user experience instead of wrestling with certificates, provisioning profiles, and store guidelines. |
| How do I optimize images in my Adalo app? | Adalo uses a service called Imgix to display images in your app, which allows you to adjust and optimize user-generated images through their API. This is especially important when users upload large image files from mobile devices that aren't optimized for web or app use. Check out Adalo's documentation video for step-by-step instructions on implementing this optimization. |
| What's the difference between native lists and custom lists in Adalo? | Adalo supports seven types of native lists (simple, card, image, avatar, horizontal card, horizontal chip, and table) plus custom lists for specific requirements. Native lists always perform better than custom lists due to lower overhead, so you should select a native option whenever practical. Adalo is also developing new native list types to give makers more options without sacrificing performance. |
| Why should I avoid embedding lists within lists in my Adalo app? | Embedding lists inside of lists is one of the most common performance mistakes Adalo makers make. The complexity increases quickly when you nest lists, causing significant performance degradation. Instead, consider alternative design options that can achieve similar functionality without the nested structure. |
| Where can I find more resources on Adalo app performance? | Adalo has published a dedicated Performance section in their documentation at help.adalo.com/performance, which is continuously being expanded. Additionally, there's a companion video featuring Adalo customer advocate Kyle Belford demonstrating these performance tips using real apps he created and uses daily. |









