Hi Walery,
It's an excellent question. You'll nearly always be better off using
fewer summaries with more queries (using only one is ideal). Each
MutationSummary creates a MutationObserver, so the more
MutationSummaries you create, the more work the browser is doing for
you (which means more compute and memory expense)
Also, the computation required for multiple different queries overlaps
quite a bit, so you'll save compute expense by allowing it to be
shared by a single MutationSummary.
If you absolutely need more than one, then do it, but try if you can
to minimize the number that you are using.
Hope this helps
Rafael
> --
> You received this message because you are subscribed to the Google Groups
> "mutation-summary-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
mutation-summary-d...@googlegroups.com.
> To post to this group, send email to
>
mutation-sum...@googlegroups.com.
> Visit this group at
>
http://groups.google.com/group/mutation-summary-discuss?hl=en.
> For more options, visit
https://groups.google.com/groups/opt_out.
>
>