eoger / tabcenter-redux

Vertical Tabs extension for Firefox
Mozilla Public License 2.0
381 stars 67 forks source link

Addon slows down Firefox start significantly #409

Open jmozmoz opened 5 years ago

jmozmoz commented 5 years ago

Usually, I have open a lot of tab (>100, perhaps >1000). At fresh start of Firefox, it will take nearly a minute until any user interaction with Firefox is possible if this addon is installed. (Actually, the same hapens with other addons like Tree Style Tab installed)

Is there any chance to avoid blocking the user interface?

nebuleu commented 5 years ago

I had the same problem months ago. As a workaround, you can simply put "always" in the compact mode preference. It seem that if you stay with "dynamic", the pages thumbnails are always generated, even if the compact mode is displayed, and in a result that slowdown dramatically firefox if you have many tabs open.

https://github.com/eoger/tabcenter-redux/blob/699694ff0ebdc0cc06a5c3a1318c6e4519df663e/src/sidebar/tablist.js#L660

jmozmoz commented 5 years ago

This does not seem to work. I have set compact mode to always.