[Webkit-unassigned] [Bug 142011] Web Inspector: Make console faster, only render last N messages in the DOM

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 12 14:43:32 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=142011

--- Comment #2 from Nikita Vasilyev <nvasilyev at apple.com> ---
While working on code hotness visualizer, I've been logging objects every time I get data from the backend, approximately every second. Running inspector over 10 minutes makes the whole UI interface unbearably slow.

The following code shouldn't drastically affect Web Inspector performance after running for 10 minutes:

setInterval(function() {
    console.log({x: Math.random()})
}, 1000);

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151112/82282f9a/attachment.html>


More information about the webkit-unassigned mailing list