Hi Everyone,
I have built a massive app that uses data from like 30 sources. It isn't that bad when it's loaded. However, it takes a really long time to load up my app. I was wondering if anyone had any tricks to increase the app speed. I was thinking concurrent might help.
Note - I can't use collections because I need the full table and not just 2000 records.
Solved! Go to Solution.
Thank you! The issue was onstart we had a forall to create a Unique ID. We did this twice. We took it off and it is much faster.
I think you might be misunderstanding Collections. They can contain more than 2,000 records. What sources are you connecting to that operate on more than 2,000 records? I've never known any requirement that absolutely required access to every record. No matter how many times someone explains that they NEED every item, rarely is it true. It's usually just misunderstanding how they could access specific subsets of the data using Filter and whatnot.
Concurrent will help gather records quicker though.
This video tutorial May help:
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Thank you! The issue was onstart we had a forall to create a Unique ID. We did this twice. We took it off and it is much faster.
User | Count |
---|---|
198 | |
105 | |
88 | |
45 | |
43 |
User | Count |
---|---|
245 | |
105 | |
103 | |
65 | |
60 |