[Webkit-unassigned] [Bug 153634] Web Inspector: Background Tabs waste a lot of time on reload populating editor content

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 28 21:01:12 PST 2016


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

--- Comment #3 from Joseph Pecoraro <joepeck at webkit.org> ---
Wow, merely opening the inspector all ContentViews that are initially created are marked as visible:

    Resources/Views/ContentView.js:209:22: CONSOLE TRACE visible (true) OverviewTimelineView
    Resources/Views/ContentView.js:209:22: CONSOLE TRACE visible (true) OverviewTimelineView
    Resources/Views/ContentView.js:209:22: CONSOLE TRACE visible (true) OverviewTimelineView
    Resources/Views/ContentView.js:209:22: CONSOLE TRACE visible (true) TimelineRecordingContentView
    Resources/Views/ContentView.js:209:22: CONSOLE TRACE visible (true) OverviewTimelineView
    Resources/Views/ContentView.js:209:22: CONSOLE TRACE visible (true) ConsoleTabContentView
    Resources/Views/ContentView.js:209:22: CONSOLE TRACE visible (true) LogContentView
    Resources/Views/ContentView.js:209:22: CONSOLE TRACE visible (true) TextResourceContentView
    Resources/Views/ContentView.js:209:22: CONSOLE TRACE visible (true) ResourceClusterContentView
    Resources/Views/ContentView.js:209:22: CONSOLE TRACE visible (true) TextResourceContentView
    Resources/Views/ContentView.js:209:22: CONSOLE TRACE visible (true) TextResourceContentView
    Resources/Views/ContentView.js:209:22: CONSOLE TRACE visible (true) FrameDOMTreeContentView
    Resources/Views/ContentView.js:209:22: CONSOLE TRACE visible (true) TextResourceContentView
    Resources/Views/ContentView.js:209:22: CONSOLE TRACE visible (true) ResourceClusterContentView
    Resources/Views/ContentView.js:209:22: CONSOLE TRACE visible (true) TextResourceContentView
    Resources/Views/ContentView.js:209:22: CONSOLE TRACE visible (true) TextResourceContentView

This was me opening to the Console tab.

This could be contributing to inspector launch time performance issues as well. The background tabs shouldn't need to do anything until they are first interacted with.

-- 
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/20160129/7bdc969f/attachment-0001.html>


More information about the webkit-unassigned mailing list