[Webkit-unassigned] [Bug 144107] Web Inspector: Inspector hangs when trying to view a large XHR resource

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 6 23:11:59 PDT 2016


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

--- Comment #3 from Joseph Pecoraro <joepeck at webkit.org> ---
I created a test page that loads a 9MB JSON Resource (an Object with 300000 properties. 

Before my changes selecting the resource in Web Inspector's Resource sidebar we took about 10 seconds to show the resource with the UI being completely frozen for about 9s.

After, we load the resource in under 0.5s, with the UI being hung for maybe 100ms. Most of the time is loading the content from the backend. Formatting is done async in a worker. We avoid asking CodeMirror to layout multiple times. We avoid trying to create CodeMirror markers for colors/gradients etc.

I will use this bug for the final part of the work. Hooking up the async formatter in TextEditor/SourceCodeTextEditor.

-- 
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/20160407/fe3f0d74/attachment.html>


More information about the webkit-unassigned mailing list