15
edits
Alfredkayser (talk | contribs) |
|||
| Line 29: | Line 29: | ||
* In nsDiskCacheEvictor::VisitRecord, prevent the malloc's for reading the complete 'DiskCacheEntry' and for the key copying just to check for clientID, instead make a custom version of ReadDiskCacheEntry to just check for clientID in the stored entry on disk. | * In nsDiskCacheEvictor::VisitRecord, prevent the malloc's for reading the complete 'DiskCacheEntry' and for the key copying just to check for clientID, instead make a custom version of ReadDiskCacheEntry to just check for clientID in the stored entry on disk. | ||
* Implement asynchronous or delayed writing of cache files (for BlockFiles as well as normal files) so not to block the page loading because of caching (bug 197431). | |||
=== Comments from Andreas (2005/Oct/18) === | === Comments from Andreas (2005/Oct/18) === | ||
edits