long delays, slow response
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
I tried the dbfix, but it didn't fix the delay problem when the tag selector was open.
So it looks like the tags are the issue (for me at least).
I just did a search regarding removing zotero tags, and found this:
https://forums.zotero.org/discussion/4051/remove-all-tags/
I may try removing the tags manually from the sqlite database using one of the methods suggested. If so, I'll report back about whether that worked.
https://www.zotero.org/support/dev/client_coding/javascript_api
What are your worries about editing sqlite? Is it really that delicate?
switching between collections, etc. Here is specifically what I did:
1) closed Zotero
2) I backed up (copied) my zotero.sqlite to a new location (Note: the location of the zotero.sqlite that Zotero uses can be found by pressing the "show data directory" button in the "Files and Folders" tab of the "Advanced" tab of Zotero preferences).
3) Made a copy of this backup (in case something went wrong)
4) Edited the backup copy using: http://sourceforge.net/projects/sqlitebrowser/
To edit using this tool:
-loaded the copy of the backed-up zotero.sqlite database (File>Open Database)
-(optional) browsed the data in the "tags" and "itemTags" fields (in the "Browse Data" tab, use the drop down list next to "Table:" to select these fields). This is how I found out how many tags I had
-selected the "Execute SQL" tab, and pasted the following commands (one at a time) into the "SQL string" box (and pressed "Execute query" for each one separately):
delete from itemTags
delete from tags
-saved this edited zotero.sqlite database (pressed the floppy disc icon)
-copied this file back to the original location (that Zotero uses).
It was quite zippy after doing this.
Hope this helps someone else
And yes, 15k sounds like a huge amount of tags.