[Webkit-unassigned] [Bug 178277] New: WPT server is 10x slower than Apache
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Oct 13 12:02:18 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=178277
Bug ID: 178277
Summary: WPT server is 10x slower than Apache
Product: WebKit
Version: Other
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ap at webkit.org
CC: cdumez at apple.com, lforschler at apple.com,
pvollan at apple.com, youennf at gmail.com
Fetching WPT resources is so slow that it makes WPT tests very slow overall. Furthermore, resources aren't cacheable, so the harness keeps being fetched over and over.
On my MacBook Pro:
$ time curl http://localhost:8800/FileAPI/url/url_xmlhttprequest.html -o /dev/null
...
real 0m0.231s
$ time curl http://localhost:8000/loading/simple-subframe.html -o /dev/null
...
real 0m0.025s
$ curl -i http://localhost:8800/FileAPI/url/url_xmlhttprequest.html
HTTP/1.1 200 OK
Content-Type: text/html
Server: BaseHTTP/0.3 Python/2.7.10
Date: Fri, 13 Oct 2017 19:01:37 GMT
# where is Last-Modified?
...
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171013/404d35ba/attachment.html>
More information about the webkit-unassigned
mailing list