8.1 vision.
If you have multiple items that have tag binding to the same tag when the page loads does it read for each binding? or when the page load does it detect the duplicates and only do one read?
extreme case example.
A) Page with 10,000 text fields all with binding to {tagx}
vs
B) Property bound to {tagx} and 10,000 text fields all with binding to {propertyx}.
Not looking for answers on style / what is easier to maintain etc.. Just looking for page load time. Is option B) inherently faster due to only requiring 1 tag read?