Closed (fixed)
Project:
Community Tags
Version:
6.x-1.0-beta4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jan 2009 at 00:54 UTC
Updated:
4 Mar 2011 at 23:41 UTC
This is a quick fix for people who are getting timeouts when selecting vocabularies in admin settings. Whenever you designate a new free tagging vocabulary, community_tags_rehash is called, and this patch improves the insertion performance significantly (30 times in my case).
| Comment | File | Size | Author |
|---|---|---|---|
| community_tagsInitialImportFix.patch | 2.4 KB | mehmeta |
Comments
Comment #1
bowenzbiz commentedsubscribe.
Comment #2
chaps2 commentedThe rehash function has been removed from 6.x-1.0-beta4 - it was too aggressive in deleting tags without notice. It has been replaced with a combination of more thorough handling of various events - e.g. user delete, term delete, node delete, and the ability to rebuild or delete tags via the configuration page. The rebuild operation is only available when terms and tags are out of sync which should only happen if configuration is changed.