Hello everybody,
We're having a bit trouble with some queries that wait too long to load. We're trying to optimize it, but they're pretty complex. Meanwhile, we want to load data of IGs only when user focus the IG region.
We have one page with several IGs on it. Every IG is in one "tab" (Region Display Selector), and by default only one is showed.
We want to try to only load the data in IGs if the user clicks the tab. So, when the page is loaded, this should reduce database load even more (lazy loading is already set; and we have 10 tabs/IGs). They are all read-only.
I've been looking at everywhere, but I have not found any clues on how can I do this. Do you know any way?
Another alternative would be to delay the data-loading of the other grids.
Thanks all,
Regards.
Gerard.