Question
2
Replies
136
Views
United health group
Posted: March 18, 2016
Last activity: March 22, 2016
Closed
Solved
Can we create Multiple data pages do they effect performance?
Hi All,
I have multiple drop downs in my applications for every drop down I am createing data pages, but I feel that it might effect system performance.
Please suggest is there any way to have a wrapper data page which can load all data required for multiple drop downs from multiple sources and use it for display
Data Pages are asynchronous load, so when it is referenced it would be loaded. If you have multiple drop-downs referring the different data pages in the same section, then based on the configuration the screen rendering or data fetching would take time. You can probably think of using on-hover load kind of options for some of the drop downs, or some of the data pages can be pre-loaded by just referencing them in some rule in the process. I do not see a value add with the wrapper data page which you are asking.