<x-example>
<x-example></x-example>
<x-example></x-example>
<x-example></x-example>
<x-example></x-example>
</x-example>
<x-example>
<x-example>
<x-example></x-example>
<x-example></x-example>
<x-example></x-example>
</x-example>
<x-example></x-example>
<x-example></x-example>
</x-example>
...
var citContainerLiterals = $('#cit-literals-container');
console.time("LiteralsTreeCallback"); // TODO Remove
citContainerLiterals.empty();
citContainerLiterals.append(markup);
console.timeEnd("LiteralsTreeCallback"); // TODO Remove
70 elements each with 25 inside it means you're appending 1750 elements, also if there's paper elements they may each contain more elements.
If you run document.querySelectorAll("* /deep/ *").length after the append what is the count?
Appending several hundred paper buttons (or other fancy widget) is indeed slow.
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 polymer-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/polymer-dev/412c0f84-f541-4b4b-83e2-e6095357b993%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/polymer-dev/CAPJYB1jexLEWHw7yQ674bneUWhJnQBbgdZGAXivLj-reW9u5QA%40mail.gmail.com.