When using embeds, how do you eliminate components from being drawn before they are switched to the intended view appearance the best?
I have some pages with embeds.
They have expressions to determine which widgets will populate the page.
Though it seems the pages load some unintended embeds before updating.
What is the appropriate manner and loading order such that a view opens with the correct embeds?
If I move configuration information to the component itself, it seems to fix it in some cases. I wondered if that is the best way, or if the startup script is the best way with a particular kind of sequence to it.