Lazy Loading Content Mendix

0
In case if we have a web page with multiple data views with a lot of microflows fetching data to display in the data views, it delays the page load time since the page rendering awaits the response from the microflows. I am looking for  a mechanism of lazy loading the content on the page. So basically the page will be rendered to the users browser immediately irrespective of whether the data is retrieved by the microflow or not and the components on the page will display the data as and when the execution of the microflows is completed.
asked
1 answers
0

Hi John,

 

Thanks for asking! I think this widget can help you:

 

https://marketplace.mendix.com/link/component/50833

answered