RESOLVED FIXED 61030
Web Inspector: switch to Scripts panel is too slow
https://bugs.webkit.org/show_bug.cgi?id=61030
Summary Web Inspector: switch to Scripts panel is too slow
Ilya Tikhonovsky
Reported 2011-05-18 02:20:43 PDT
switch from a panel to scripts panel takes ~1.5sec most of the time was earned by TextEditorChunkedPanel.resize
Attachments
Patch (7.59 KB, patch)
2011-05-19 03:13 PDT, Andrey Adaikin
no flags
Andrey Adaikin
Comment 1 2011-05-18 02:51:19 PDT
AFAIK, Pavel was looking into the same issue, and we were talking about moving the editor into an iframe, because those 1.5 sec seems to be spent in the layout, but not in the JS execution. Pavel, can you comment on this?
Pavel Feldman
Comment 2 2011-05-18 03:00:59 PDT
(In reply to comment #1) > AFAIK, Pavel was looking into the same issue, and we were talking about moving the editor into an iframe, because those 1.5 sec seems to be spent in the layout, but not in the JS execution. > > Pavel, can you comment on this? This particular but is about resize being called on show. But I agree that it does not contribute as much slowness as the style issue.
Andrey Adaikin
Comment 3 2011-05-19 03:13:04 PDT
WebKit Commit Bot
Comment 4 2011-05-19 05:44:52 PDT
Comment on attachment 94056 [details] Patch Clearing flags on attachment: 94056 Committed r86842: <http://trac.webkit.org/changeset/86842>
WebKit Commit Bot
Comment 5 2011-05-19 05:44:57 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.