darwinye / tab-organizer

Automatically exported from code.google.com/p/tab-organizer
Other
0 stars 0 forks source link

Kills performance on my machine #159

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by rjplumme...@gmail.com on 15 May 2012 at 5:40

GoogleCodeExporter commented 9 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?

Original comment by pcxunlimited@gmail.com on 18 May 2012 at 7:19

GoogleCodeExporter commented 9 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.

Original comment by pcxunlimited@gmail.com on 27 Aug 2012 at 10:37

GoogleCodeExporter commented 9 years ago

Original comment by pcxunlimited@gmail.com on 27 Aug 2012 at 11:04

GoogleCodeExporter commented 9 years ago

Original comment by pcxunlimited@gmail.com on 27 Aug 2012 at 11:15

GoogleCodeExporter commented 9 years ago

Original comment by pcxunlimited@gmail.com on 27 Aug 2012 at 11:17

GoogleCodeExporter commented 9 years ago

Original comment by pcxunlimited@gmail.com on 27 Aug 2012 at 11:32

GoogleCodeExporter commented 9 years ago

Original comment by pcxunlimited@gmail.com on 27 Aug 2012 at 11:36

GoogleCodeExporter commented 9 years ago

Original comment by pcxunlimited@gmail.com on 27 Aug 2012 at 11:39

GoogleCodeExporter commented 9 years ago

Original comment by pcxunlimited@gmail.com on 27 Aug 2012 at 11:47

GoogleCodeExporter commented 9 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

Original comment by rjplumme...@gmail.com on 28 Aug 2012 at 3:27

GoogleCodeExporter commented 9 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.

Original comment by pcxunlimited@gmail.com on 28 Aug 2012 at 5:40