Posted by kbahey on September 18, 2007 at 2:14am
Jump to:
| Project: | Taxonomy dhtml |
| Version: | master |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (won't fix) |
Issue Summary
The recursive call in taxonomy_term_count_nodes() causes a lot of database load, as well as slowdown and memory consumption.
A detailed analysis and workaround can be found here: Bottleneck: replacing taxonomy_term_count_nodes() in taxonomy_dhtml
Comments
#1
I've got the same problem here: #390676: MySQL queries affecting server performance
But I'm not using taxonomy_dhtml, maybe it's caused by other module?
#2
This module is no longer being actively developed as it duplicates functionality that can be obtained through the usage of taxonomy_menu ( http://drupal.org/project/taxonomy_menu ) and dhtml_menu ( http://drupal.org/project/dhtml_menu ).