In our project library we have a control button template that has a lot of dropConfig/udts configured:
What if any overhead is there for loading this object with all of the dropConfig verses no dropConfig? If I put a disabled binding on it to do a 1 shot configuration of this structure to match our created UDTs will that add a lot of overhead?
Thanks
Take a look here: Drop Configuration | Ignition User Manual
The dropConfig options are for designer actions when dragging a tag into a view to say what that tag will do in terms of embedded views, bindings, etc.
I wouldn't imagine this has any overhead on the actual view loading into the dom because the screens are already loaded at that point into the browser.