Closed
Bug 173426
Opened 23 years ago
Closed 23 years ago
prefetch service should set LOAD_ONLY_IF_MODIFIED flag
Categories
(Core :: Networking, defect, P5)
Core
Networking
Tracking
()
VERIFIED
FIXED
mozilla1.3alpha
People
(Reporter: darin.moz, Assigned: darin.moz)
Details
Attachments
(1 file)
|
952 bytes,
patch
|
gagan
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
prefetch service should set LOAD_ONLY_IF_MODIFIED flag. this will avoid
unnecessarily ripping the first part of a prefetched document out of the cache
on a subsequent prefetch request. should help with back/forward perf on pages
with <link rel="prefetch"> ... not that i've observed much of a slowdown on
back/forward, but this would be a quick and easy optimization.
| Assignee | ||
Updated•23 years ago
|
Severity: normal → trivial
Status: NEW → ASSIGNED
Priority: -- → P5
Target Milestone: --- → mozilla1.3alpha
| Assignee | ||
Comment 1•23 years ago
|
||
simple patch... just add LOAD_ONLY_IF_MODIFIED to channel's load flags.
| Assignee | ||
Updated•23 years ago
|
Attachment #107406 -
Flags: superreview?(bzbarsky)
Attachment #107406 -
Flags: review?(gagan)
Updated•23 years ago
|
Attachment #107406 -
Flags: superreview?(bzbarsky) → superreview+
Attachment #107406 -
Flags: review?(gagan) → review+
| Assignee | ||
Comment 2•23 years ago
|
||
fixed-on-trunk
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 4•23 years ago
|
||
Verified on Win2000, OSX 10.2 and Linux using test 2 at
http://pki.mcom.com/prefetch/index.html
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•