Closed (won't fix)
Project:
Taxonomy Menu
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Feb 2008 at 06:23 UTC
Updated:
2 Nov 2009 at 05:49 UTC
With large taxonomies and views support rebuilding the menu can be VERY time consuming. This patch adds an option to only build the taxonomy menus on cron runs, or if the cached data is missing.
This patch includes patches from http://drupal.org/node/220354 http://drupal.org/node/220328 and http://drupal.org/node/221021
| Comment | File | Size | Author |
|---|---|---|---|
| taxonomy_menu_cache_cron.patch | 21.24 KB | Bevan |
Comments
Comment #1
arlinsandbulte commentedThe D6.x version of this module now uses the batch api, which accomplishes a similar thing, I think.
I don't think this is worth putting into the 5.x version, and it probably does not even apply anymore anyway.
Marking as won't fix
Comment #2
Bevan commentedThe batch api requires a user with appropriate permissions has a browser window open to run the batch operations. This was designed to allow the menu to be built offline on cron only.
Nevertheless no one is supporting this patch anymore.