Polymer / polymer

Our original Web Component library.
https://polymer-library.polymer-project.org/
BSD 3-Clause "New" or "Revised" License
22.05k stars 2.02k forks source link

Applies micro-optimizations and removes obsolete settings #5591

Closed sorvell closed 4 years ago

sorvell commented 4 years ago

Applies micro-optimizations that were found to improve element creation benchmarks by 5-10%, and removes obsolete settings:

kevinpschaaf commented 4 years ago

Based on in-the-wild code relying on isAttached to be set after all observers have run, probably need to take out the isAttached change.