Bug 89548

Summary: Web Inspector: reduce timeline refresh rate
Product: WebKit Reporter: Andrey Kosyakov <caseq>
Component: Web Inspector (Deprecated)Assignee: Andrey Kosyakov <caseq>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, nduca, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch pfeldman: review+, buildbot: commit-queue-

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.