User:Zpao/SessionStore2

From MozillaWiki
< User:Zpao
Revision as of 22:26, 5 September 2011 by Zpao (talk | contribs) (Created page with "This is currently just a place to collect thoughts on problems I've seen with session restore and where I think we should go. * Caching - do we do it hard enough? We often seem...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This is currently just a place to collect thoughts on problems I've seen with session restore and where I think we should go.


  • Caching - do we do it hard enough? We often seem to throw out all data we have when we don't necessarily need to.
  • SessionStorage - can we do something so when google puts 300K in there
    1. API improvements

with e10s, we may need to make things async, which could have interesting results for consumers like private browsing

As we store more data, we may want to allow APIs get at data without collecting other data. For example, if we store a lastAccessed timestamp for each tab, it would make sense to make that easily accessible without having to collect all history for that tab.