Cache taxonomy menu and build on Cron
Bevan - February 13, 2008 - 06:23
| Project: | Taxonomy Menu |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | won't fix |
Jump to:
Description
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
| Attachment | Size |
|---|---|
| taxonomy_menu_cache_cron.patch | 21.24 KB |

#1
The 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
#2
The 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.