Help Optimizing the way I load this Data!?!?

Hello everyone!
I made a private app for a client and its already being used by everyone.

I have a set of users who do collections for the company with a list of events that are dividied in columns for each day of the week. They take invoices and follow up on them on a specific day, regardless of the date, month, year, etc. Its only categorized by the day of the week, monday, tuesday, etc.

The way I have this set up is as follows
-When the Main group container is visible on page it searches and stores all the users and necesary events in a custom state
-There is a Repeating group of Users that takes the Users fom the custom states
-On each Cell of the User’s RG, there is an RG for each day of the week that takes the Events from the Custom State and Filters it for the Parent Groups User and for the Day of the Week

Currently I have around 10 users and about 400 Events that are being loaded and filtered around

This setup takes about 15 to 20 seconds to load, which no one really minds, the issue is that we get this message often and when the browser is loaded with pages, specially from the same app, it crashes all of them

image

Do you know of a better/faster way of displaying this data?

This topic was automatically closed after 70 days. New replies are no longer allowed.