Parallel / Asynchronous calls on page load

0
Hi Team,  My Understanding of how Mendix Renders a Page is all visible sections will be rendered simultaneously. Like say on Page i have Dataview1 , Dataview2, Dataview3… and only Dataview1 and Dataview2  should be visible based on some visibility criteria. I expect DS Microflow of both Dataview1 and Dataview2 to be loaded at the same time.  However, when i add logs on Microflow calls... I see that  Dataview1’s DS microflow is loaded first and ui rendering is done and after that DS microflow of Dataview 2 starts…  i need to load both Dataviews together how can i achieve this ?
asked
0 answers