Active
Project:
Node Hierarchy
Version:
6.x-2.1
Component:
Drupal/PHP Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Jul 2011 at 15:44 UTC
Updated:
16 Apr 2012 at 23:36 UTC
Because Features module's "Create Feature" page shows all menu items (including disabled ones) for export, it makes the page very slow to load. It also make Feaures "Menu Links" export function unusable since there's hundreds or even thousands of disabled menu links to go through.
Can node hierarchy stop using the menu_links table in this way? Hierarchy relationship is already stored in the node_hierarchy table, why is it necessary to litter the menu_links table will disabled items? It's causing a lot of trouble in other places too. e.g cache_menu table My cache_menu table is 200MB, even my node_revision table is only 50MB. My database exploded 5x in size just because of this.
Comments
Comment #1
goofrider commentedComment #1.0
goofrider commentedexpanding cache_menu problem
Comment #2
goofrider commentedComment #3
goofrider commentedOr may I suggest that, at the very least, not adding an entry to menu_links table if a node belongs to a content type that doesn't have node hierarchy enabled?
Comment #4
goofrider commentedComment #5
goofrider commentedComment #6
geoffv commented+1
Comment #6.0
geoffv commentedFix menu_links spelling