Preloading Layout Cell Views

I am attaching 5 different views to a layout cell.
Every view has its own Menu and Toolbar.
At first show each view takes some time to load the data for menu, toolbar and UI adjustments.
Is it possible to preload all views to make them available instantly on show.

such approach is supposing to increase the performance of the page rendering.
You may init all your cell of the layout expanded and collapse the needed after the page is rendered.