Open
Bug 920233
Opened 12 years ago
Updated 3 years ago
increase # of parallel html driven prefetches
Categories
(Core :: DOM: Navigation, defect)
Tracking
()
NEW
People
(Reporter: steve, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.76 Safari/537.36
Steps to reproduce:
Run this test suite: http://stevesouders.com/tests/prefetch/prefetch.php
Actual results:
The "Parallel" test page shows that only 1 resource is downloaded at a time.
Expected results:
The spec does not dictate the behavior. However, 1 parallel prefetch is very low. Android browser does 6. Chrome 31 and Opera do 10. I think a value between 4-10 would be good.
Updated•12 years ago
|
Component: Untriaged → DOM: Core & HTML
Product: Firefox → Core
Summary: increase # of parallel prefetches → increase # of parallel html driven prefetches
Comment 1•12 years ago
|
||
this is being serialized in uriloader/prefetch
Updated•12 years ago
|
Component: DOM: Core & HTML → HTML: Parser
Comment 3•12 years ago
|
||
Given that the behavior is from bug 12274, dougt might remember what he and darin were thinking
11 years ago ;)
Comment 4•12 years ago
|
||
fear of breaking something, probably. then we took our eye off the ball. nick, want to pick this up as part of your 'speculative' work?
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•