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
Look into batching attribute setting to a single time per frame. (right now it is often based on model Properties, and may involve multiple, synchronous, DOM operations per frame. I'm not positive this is the case; it will need more investigation.
I'm not sure how hard it would be to create a space where ParallelDOM instances are marked as dirty, or even sections of it are marked as dirty. I'm nervous about this issue, because I think it could be pretty prone to regressions and destructive to implement. I will see if we want to devote time to this right now.
The text was updated successfully, but these errors were encountered:
From #1436:
I think this would greatly help our performance in PDOM-heavy interactions. For example phetsims/ratio-and-proportion#356.
I'm not sure how hard it would be to create a space where ParallelDOM instances are marked as dirty, or even sections of it are marked as dirty. I'm nervous about this issue, because I think it could be pretty prone to regressions and destructive to implement. I will see if we want to devote time to this right now.
The text was updated successfully, but these errors were encountered: