[Webkit-unassigned] [Bug 137282] New: [SOUP] Consider reducing max simultaneous connections
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 30 18:04:54 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=137282
Summary: [SOUP] Consider reducing max simultaneous connections
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Linux
Status: NEW
Severity: Enhancement
Priority: P5
Component: Platform
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: mcatanzaro at gnome.org
I noticed this code in Source/WebCore/platform/network/soup/SoupNetworkSession.cpp:
// Values taken from http://www.browserscope.org/ following
// the rule "Do What Every Other Modern Browser Is Doing". They seem
// to significantly improve page loading time compared to soup's
// default values.
static const int maxConnections = 35;
static const int maxConnectionsPerHost = 6;
I checked Browserscope [1], and Firefox, Internet Explorer, and Safari all allow 17 connections nowadays. Chrome only allows 10. I have no clue if reducing max connections will improve performance, but I like the sound of "Do What Every Other Modern Browser Is Doing"....
[1] http://www.browserscope.org/?category=network&v=top
--
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