User:Zpao/SessionStore2
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
- 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.