RESOLVED FIXED 89548
Web Inspector: reduce timeline refresh rate
https://bugs.webkit.org/show_bug.cgi?id=89548
Summary Web Inspector: reduce timeline refresh rate
Andrey Kosyakov
Reported 2012-06-19 22:13:49 PDT
Timeline appears to slow down the inspected page refresh rate due to resource contention (particularly observed in Chromium on Mac, see crbug.com/133651). Reduced refresh rate and lazier update logic should help to mitigate that effect (though real fix should probably be in the platform itself). - reduce refresh for both overview and main panes to 300ms - automatically limit window size to approximately one pageful of events in the lower pane - do not refresh lower pane for events that are outside of the window
Attachments
Patch (9.77 KB, patch)
2012-06-19 22:33 PDT, Andrey Kosyakov
pfeldman: review+
buildbot: commit-queue-
Andrey Kosyakov
Comment 1 2012-06-19 22:33:20 PDT
Build Bot
Comment 2 2012-06-19 23:13:49 PDT
Andrey Kosyakov
Comment 3 2012-06-20 17:54:09 PDT
Note You need to log in before you can comment on or make changes to this bug.