Hi Everyone,
I have now made my app live but I am having some workload issues which are causing my workload to spike and go over capacity!
I believe it is due to the loading of my repeating group and everytime a user closes a pop up or enters the page again it loads a large quantity of data type “defect” with multiple field types.
I was wondering if anyone had a suggestion as to how I could optimize this workload??
Current setup:
I have a data type “defect” with 29 fields.
on my main page the user can see the list of defects they have in a repeating group. In this repeating group I only display a few types, eg. number, title, description, location, status.
The search is constrained by the project the defect is linked to and whatever the user inputs in the search/filter inputs.
When the user clicks on the group of a particular defect, a popup appears displaying a lot more information, including category, comments, files, date created, etc.
I may be wrong, but I suspect the issue is coming from when the user loads the page, although they can only see the “overview” of the defect, it is actually loading all of the fields of all of the defects they have created (which can be 100’s or even 1000’s!)?
Any assistance would be much appreciated with how I could go about, if my suspicion is correct maybe splitting the overview with the detailed view of the defect, or maybe it would be better if I set a fixed number of rows and created pages to maybe only display 20 at a time?
Thank you in advance!