Startup Experience: Difference between revisions

No edit summary
Line 9: Line 9:


== Session Restore  ==
== Session Restore  ==
Restoring sessions has numerous issues — it makes the browser freeze up, we ask a lot of questions about it, and it's
Here are some things we can do to alleviate these problems:
* Make sure we don't restore by default, and don't ask what to do on exit. Opt in via home screen instead.
* Cascading loading of tabs, we shouldn't try to load 30 tabs in parallel — have a threshold of how many tabs are loaded at once, and switch priority on-the-fly if another tab is refocused. (zpao might have a patch for this already)


== Time to First Action  ==
== Time to First Action  ==
canmove, Confirmed users
570

edits