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
{{ message }}
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.
Combining style tags into a single style tag helps performance. The code below is a change to shadow_dom_component_factory.dart to cache the combined style tags for a component so only a single tag is output.
Ran the code against 10,000 instances of a button list component 5 times and it showed a 3% performance improvement.
The code below is a bit of a hack since it assumes there are only 2 styles but it can be cleaned up to handle more.
Combining style tags into a single style tag helps performance. The code below is a change to shadow_dom_component_factory.dart to cache the combined style tags for a component so only a single tag is output.
Ran the code against 10,000 instances of a button list component 5 times and it showed a 3% performance improvement.
The code below is a bit of a hack since it assumes there are only 2 styles but it can be cleaned up to handle more.
The text was updated successfully, but these errors were encountered: