Fandom App Feasibility

Hi,

I’m trying to build a fandom app with huge number of users (100k+) and basic features like events schedule, list of music videos, and users can post photos and videos

Can adalo handle such use case without slowing down?

Thanks

We have many apps of this size operating on Adalo! It should be performant as long as you keep performance in mind when designing your app. We have some tips on performance here: Performance Tips | Adalo Resources

Think of every screen as pulling in a certain amount of data. The more you add to the screen, the more data it will pull in, and the longer it will take your end user’s device to load that data, especially if their connection is slow. Take caution when doing things like nesting lists inside of lists, adding counts when they’re not needed, and filling up a screen with lots of components that rely on many-to-many relationships. With those tips in mind you should be good!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.