Closed
Bug 29536
Opened 25 years ago
Closed 25 years ago
resource: protocol needs to use memory cache
Categories
(Core :: Networking: Cache, defect, P3)
Tracking
()
M18
People
(Reporter: warrensomebody, Assigned: pnunn)
References
Details
(Keywords: perf, Whiteboard: [nsbeta3+] 1d)
I think the file transport needs to make use of the memory cache before hitting
up the disk for the file in question. The nsIChannel::FORCE_RELOAD flag should
be hooked up to bypass the memory cache too.
Reporter | ||
Updated•25 years ago
|
Target Milestone: M15
Reporter | ||
Comment 3•25 years ago
|
||
Moving to M17 which is now considered part of beta2.
Target Milestone: M16 → M17
Reporter | ||
Updated•25 years ago
|
Whiteboard: 1d
Reporter | ||
Comment 4•25 years ago
|
||
As I think about this, it probably should only be done for the resource:
protocol. That way things like the throbber images come out of the memory cache,
but not arbitrary files that are being accessed. The FORCE_RELOAD stuff is still
needed.
Changing summary from "file transport needs to use memory cache" to "resource:
protocol needs to use memory cache". Also I don't think this is a beta2
requirement -- it's a perf thing.
Reporter | ||
Updated•25 years ago
|
Target Milestone: M17 → M18
Comment 6•25 years ago
|
||
David has left netscape and davidm@netscape.com is an invalid email address.
Assigning his five remaining bugs to gagan to find a new owner for them. Thanks
Comment 7•25 years ago
|
||
oops i didn't actually reassign to gagan last time. sorry for the spam
Assignee: davidm → gagan
Status: ASSIGNED → NEW
dawn: neeti is our cache incharge now.
Assignee: gagan → neeti
Keywords: nsbeta3
warren: what do you feel about this? (I would let you make the call on the
nomination for this)
Reporter | ||
Comment 10•25 years ago
|
||
I think the file: protocol (used by resource:) should be augmented to use the
memory cache -- if for no other reason than to allow imagelib to cache the
throbber images. I think that's the best solution for it since it holds the
image in memory in a compressed format -- saves space and time.
Marking nsbeta3+.
Whiteboard: 1d → [nsbeta3+] 1d
Comment 11•25 years ago
|
||
Throbber images should come from imgcache. Let me talk to Pam before I close
this out if that the case.
Assignee | ||
Comment 12•25 years ago
|
||
dp:
I'm working on putting chrome animations in the image cache
as we speak.
-p
Assignee | ||
Comment 14•25 years ago
|
||
....annnnnd its a dupe of 41268.
*** This bug has been marked as a duplicate of 41268 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•