Lots of nodes and terms cause severe performance problems
kbahey - September 18, 2007 - 02:14
| Project: | Taxonomy dhtml |
| Version: | HEAD |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | won't fix |
Jump to:
Description
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

#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 ).