You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a concern with performance here, this line is attaching an observer for each video node field, and they are a lot, and even worst, some of them are content nodes, so when something on these nodes changes, it may trigger the observer.
My question is: is it necessary in that way?
I made some small changes just to observe a limited number of fields and, it seems it works in the same way as observing all the fields
Hi Google Ads Team!
I have a concern with performance here, this line is attaching an observer for each video node field, and they are a lot, and even worst, some of them are content nodes, so when something on these nodes changes, it may trigger the observer.
My question is: is it necessary in that way?
I made some small changes just to observe a limited number of fields and, it seems it works in the same way as observing all the fields
["position", "state", "control", "timedMetaData", "timedMetaData2"]
What do you recommend?
Thanks in advance!
The text was updated successfully, but these errors were encountered: