[Webkit-unassigned] [Bug 113023] New: [Curl] Performance fix, avoid loading cookie file on every request.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 22 02:00:13 PDT 2013


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

           Summary: [Curl] Performance fix, avoid loading cookie file on
                    every request.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: peavo at outlook.com


We currently load the cookie file on every request, and when reading cookies from JavaScript, by using the option CURLOPT_COOKIEFILE.
This is very inefficient as the cookie file can get quite large, and file I/O is slow.
It is sufficient to load the cookie file on startup, as we use a shared cookie database between the requests.

-- 
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