[Webkit-unassigned] [Bug 68160] curl backend has horrible performance

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 16 01:27:13 PDT 2011


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





--- Comment #2 from Onne Gorter <o.gorter at activevideo.com>  2011-09-16 01:27:13 PST ---
I doubt anybody uses curl as "production" backend, it doesn't handle cookies nicely, and apparently has horrible performance. EFL can use it, but can also use libsoup if you enable glib support.

If there are timed test in which it downloads large images (or other files) it would show.

Before the patch, curl reads a maximum of BUFFER_SIZE * 1/0.05 bytes per second. My guess is BUFFER_SIZE = 16k so: 320k per second. So 3 seconds per MB, even from localhost.

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