After watching the Polymer Performance Patterns (The Polymer Summit 2015) <https://www.youtube.com/watch?v=Yr84DpNaMfk>, I had a couple of questions please:
1) For the async attribute on a link tag- will that work? I see in W3C async documentation <http://www.w3.org/TR/html5/scripting-1.html#attr-script-async> that it only mentions it being used on the <script> tag. 2) Will async parent attribute apply to children <script> tags? For instance, <link rel="import" href="imports.html" async> and imports.html contains several <link>s and <script> tags without async attributes. 3) I thought Shady Dom was faster. But in the video it mentions for the best performance set Polymer to use Shadow. Can this be explained, please? In the context that Shady was developed to be faster but Shadow is actually faster, please. Thank you, -Darin Follow Polymer on Google+: plus.google.com/107187849809354688692 --- You received this message because you are subscribed to the Google Groups "Polymer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/polymer-dev/1dccd2d7-cff1-40cd-926b-72bb7e3cb69a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
