Closed (works as designed)
Project:
Taxonomy Super Select (TSS)
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Jul 2007 at 00:40 UTC
Updated:
27 Oct 2010 at 07:51 UTC
Hi
How can I use "Super Select" with Drupal cache system. My cck node_type is taking a log time to run because my taxonomy have hundreds of terms.
I am using i18n too.
Regards and thanks, Super Select is amazing.
Comments
Comment #1
codexmas commentedCaching would be a very nice feature, unfortunately the TSS module is in a state where I can't apply any fixes due to a CVS operational change. There is request into support to get it corrected, but I think the current work being done on Drupal6 is taking precedence at the moment.
Keep checking as there is a lot of love waiting for TSS when I can commit to the code again.
Gord.
Comment #2
nancydruWhat would you cache? The core taxonomy module does static caching automatically. I would like to see the tree traversal changed so that parent/child structures don't require so many calls. However, that should wait until the module is getting attention again, as Gord says is about to happen.
Comment #3
jcisio commentedIs there any benchmark stating that there is a problem performance with this module?
One thing I can see, is that this module removes the part created by the core taxonomy module and creates its own. That would be great if we can prevent the core module from creating that.
Comment #4
jcisio commentedThus, there is no evidence that TSS is a resource hog. And the way TSS works (hook_form_alter) is the Drupal way.