Loading components once for use in multiple iframes

Hello,

I have an app where I set up a tabbar page as my main menu (index.php). Each tab loads various iframe content (customers.php, orders.php, etc.) All of the content frames are using the same dhtmlx components.

Can I load all the dhtmlx components used by the iframes inside of index.php so each iframe doesn’t have to load the same component?

Here is what my index.php looks like:

Hello,

Can I load all the dhtmlx components used by the iframes inside of index.php so each iframe doesn’t have to load the same component?

Probably you can’t.

But you may try to use “iframes-on-demand” loading mode instead of “iframes”. In this case only the page of the default tab is loaded initially, other pages are loaded when they selected