lxieyang / vertical-tabs-chrome-extension

A chrome extension that presents your tabs vertically. Problem solved.
MIT License
461 stars 101 forks source link

Slow response time / Long latency when closing tabs #40

Open apparle opened 4 years ago

apparle commented 4 years ago

Right now if I use the extension to close some other tab (not the currently open tab), even then I see a 1-2 second of delay when the tab gets closed and then the UI gets refreshed, and I can interact with the sidebar again.

The problem is that I use vertical tabs primarily when I've far too many tabs open, and want to close many pages in quick succession. But because the UI is so slow while closing, it becomes frustrating as I've to close one tab, wait a few seconds, then close the next tab and so on. It'll be good if the UI is made more interactive, by refreshing the UI is refreshed immediately, while the actual tab closure happens in background (maybe in a separate thread).

wsmwk commented 3 years ago

@apparle have you checked how much memory chrome, and the extension, is using?