[Webkit-unassigned] [Bug 69081] New: Web Inspector: speed-up Network panel. Change _staleResources type from array to object.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 29 04:10:53 PDT 2011


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

           Summary: Web Inspector: speed-up Network panel. Change
                    _staleResources type from array to object.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: loislo at chromium.org
                CC: timothy at apple.com, rik at webkit.org, keishi at webkit.org,
                    pmuellr at yahoo.com, joepeck at webkit.org,
                    pfeldman at chromium.org, yurys at chromium.org,
                    bweinstein at apple.com, apavlov at chromium.org,
                    loislo at chromium.org


there is a test with 30 requests.
For the each stage of loading the resource we have an entry in _staleResources array. There is at least 4 stages per request.
_refresh function is creating/updating the resource row for each such entry.
this array can be replaced with a hash map just because the resource associated with the entry is the same for all such entries with the same request id.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list