eoger / tabcenter-redux

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

Makes Firefox slower for some pages #145

Closed kkot closed 6 years ago

kkot commented 7 years ago

I noticed this addon slow down considerably Google Street View. When I was trying to look around it works very unsmoothly to the point it is unusable. Also switching between images is slower.

gaby2300 commented 7 years ago

The same happened with Tab Center as a Test Pilot experiment.

​​

On 15 August 2017 at 15:00, Krzysztof Kot notifications@github.com wrote:

I noticed this addon slow down considerably Google Street View. When I was trying to look around it works very unsmoothly to the point it is unusable. Also switching between images is slower.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/eoger/tabcenter-redux/issues/145, or mute the thread https://github.com/notifications/unsubscribe-auth/ACDVaANzr3RVcsrrLx-KpE3cDf224N-bks5sYdzYgaJpZM4O36GA .

eoger commented 7 years ago

I wonder if it's because of the thumbnails update code. Do you experience the same slowness if the compact mode is enabled? (no thumbnails)

kkot commented 7 years ago

When I turn on compact mode it works better. Thanks :) I thought it would not make difference because I have so many tabs that I don't see thumbnails but it does.

I see it for example in page below, without compact mode switching between images is slow (with left and right buttons): https://www.otodom.pl/oferta/dom-172-60-m-gdynia-ID3jqJG.html#gallery-open[3]

eoger commented 7 years ago

There's also the fact that we are not resizing the thumbnail firefox gives us, after a bunch of tabs loaded these binary blobs might add up, maybe we should resize them.

eoger commented 7 years ago

2 things we should do to get started:

eoger commented 7 years ago

Let's see if https://github.com/eoger/tabcenter-redux/commit/a1f3ff2099195fd5efad0d6e4a282340ca04e2f7 helps

eoger commented 6 years ago

Feel free to re-open if Tab Center still causes performance issues.