Hello Niels,
You are absolutly right. Silk UI does not affect the preparation of your page. So, when the preparation runs, everything inside it will be loaded.
For example, if on the 3rd Tab you have a Table that uses a Query from the preparation, although the Table itself will only be loaded to the page when you click that specific tab, the preparation was already loaded.
In order to achieve that optimization you need to use webblocks. Since the webblock code is only loaded onclick of the 3rd tab, its preparation only runs then, and with it your query.
Cheers,
Samuel Jesus
You are absolutly right. Silk UI does not affect the preparation of your page. So, when the preparation runs, everything inside it will be loaded.
For example, if on the 3rd Tab you have a Table that uses a Query from the preparation, although the Table itself will only be loaded to the page when you click that specific tab, the preparation was already loaded.
In order to achieve that optimization you need to use webblocks. Since the webblock code is only loaded onclick of the 3rd tab, its preparation only runs then, and with it your query.
Cheers,
Samuel Jesus