Hello All! I have a scenario where I use a list view on a Report page. This Report could have up to tens of thousands of records. I'm noticing that there is some delay when accessing this page, but the delay doesn't happen in the retrieval process in the DS microflow, as I have stepped through it with a debugger and it seems to be reasonable wait time for the records it's pulling in. But there is a delay period between when the DS microflow finishes and when the page loads (or reloads when a search filter is applied). I'm assuming the wait period has something to do with the storing all these records (they are persistent) in memory. After first retrieval of the records I attach them to a helper object so each subsequent time any search filters are applied the records can be pulled from the helper object rather than the db, not sure if this had any real impact. I'm wondering if there is anything else I can do to minimize this load time, the other thing that is working against me here is that we have an excel export on this page, and the export would need to include all objects that fit the search criteria. It may be that there is just a lot of data and we can't do too much about the load times, but figured I throw the question out there. Thanks!
↧