Hi
We were doing some study on performance tunning and observed that when we are receiving a lot of short request for members, fields fields. Is there a way to do like only one request members, with all members data or one fields request for all fields data ?
We tried to use concurrentReuest to run in paralalell but we observed no performance improvement, the request seems not be running in paralell and our app start reseting the scroll position if the concurrentReuest is true (reset scroll is not desired).
Also
If tou have any performance tips for improvement please share.
Thanks
Eduardo
Hello, Eduardo!
Thank you for reaching out to us.
Kindly note that Flexmonster by default is sending one /fields
request, and after that, a separate /members
request for the members of each field. The idea is that in the case of many unique members, multiple small requests tend to perform better than a single large request. If you have more than one Flexmonster instance on the page, the data is loaded separately into all of them.
To advise you more efficiently, could you please provide more details about your particular use case? Any details about the number of rows of data, fields, unique members, and any additional customizations would be a great help.
Regarding the concurrentRequest property, please note that it is used for sending parallel requests for expands and drills, not for the initial members load.
Looking forward to hearing from you.
Kind regards,
Solomiia