Pauan / tab-organizer

Google Chrome Extension that makes it easier to manage many tabs!
MIT License
61 stars 8 forks source link

Kills performance on my machine #158

Open Pauan opened 8 years ago

Pauan commented 8 years ago

Originally reported on Google Code with ID 159

What steps will reproduce the problem?
1. Enable the extension
2.
3.

What is the expected output? What do you see instead?
I enable the extension and my system virtually freezes. It looks like this is due to
almost continuous disk access. I disable the extension and it goes back to normal.

What version of the product are you using? On what operating system?
4.3; Window 7 64-bit

Please provide any additional information below.

Reported by rjplummersb on 2012-05-15 17:40:15

Pauan commented 8 years ago
That's really really weird. I've never seen, heard of, or experienced this. Could you
try opening up the Task Manager (Shift+Escape) and post a screenshot of the Tab Organizer
process?

Reported by pcxunlimited on 2012-05-18 07:19:47

Pauan commented 8 years ago
I just thought of something. How many bookmarks/tabs do you have?

Tab Organizer accesses all your bookmarks on startup so that "is:bookmark" can work
correctly (it only cares about the URLs and doesn't use the information for anything
other than "is:bookmark", and it doesn't save the information in any way, which is
why it has to retrieve all the bookmarks every time it starts up)

If you had a LOT of bookmarks (many thousands) or a slow disk, then that could be the
cause of the problem.

The version 5 rewrite will be trying something different, so this shouldn't be a problem
anymore. Unless using IndexedDB ends up causing the same poor-performance IO.

Reported by pcxunlimited on 2012-08-27 22:37:08

Pauan commented 8 years ago

Reported by pcxunlimited on 2012-08-27 23:04:23

Pauan commented 8 years ago

Reported by pcxunlimited on 2012-08-27 23:15:12

Pauan commented 8 years ago

Reported by pcxunlimited on 2012-08-27 23:17:41

Pauan commented 8 years ago

Reported by pcxunlimited on 2012-08-27 23:32:45

Pauan commented 8 years ago

Reported by pcxunlimited on 2012-08-27 23:36:10

Pauan commented 8 years ago

Reported by pcxunlimited on 2012-08-27 23:39:19

Pauan commented 8 years ago

Reported by pcxunlimited on 2012-08-27 23:47:28

Pauan commented 8 years ago
I probably have a 1000 bookmarks. I moved to an SSD and haven't had the problem since
so perhaps it was the combination of bookmarks and slow HD

Reported by rjplummersb on 2012-08-28 03:27:38

Pauan commented 8 years ago
Great to hear that you haven't had any problems since then. But 1,000 bookmarks really
isn't that many, considering I have 10,000+ without any problems.

Reported by pcxunlimited on 2012-08-28 05:40:28