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
Parsing shouldn't be on networking thread + Rendering race condition
Not a "bug", but potential performance bottleneck
Document style directive caching seems to be the wrong granularity. Currently, the cache is per-element. For a test document with about 1.5k properties and 1.4 M nodes, there are 20 M cache misses. This is resulting in the properties being parsed 3.5 M times. Changing how caching works could potentially result in a slight performance improvement.
This issue tracks a variety of issues in features that have already been implemented
Not a "bug", but potential performance bottleneck
(is this still a thing, or did I ever fix it??)