- From: Simon Pieters <notifications@github.com>
- Date: Wed, 24 Aug 2016 02:04:51 -0700
- To: whatwg/dom <dom@noreply.github.com>
Received on Wednesday, 24 August 2016 09:05:27 UTC
Usage of each event ``` SELECT ev, COUNT(page) AS num FROM [test.mutation_events_2016_08_01] GROUP BY ev ORDER BY num DESC ``` Row | ev | num ---|---|--- 1 | DOMSubtreeModified | 40083 2 | DOMNodeInserted | 35337 3 | DOMNodeRemoved | 7211 4 | DOMCharacterDataModified | 5549 5 | DOMNodeRemovedFromDocument | 329 6 | DOMNodeInsertedIntoDocument | 30 -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/dom/issues/305#issuecomment-242001494
Received on Wednesday, 24 August 2016 09:05:27 UTC