Active
Project:
Hierarchical Select
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Jul 2012 at 07:49 UTC
Updated:
19 Jul 2012 at 07:50 UTC
At the end of function _hierarchical_select_hierarchy_generate(), in file hierarchical_select.module, it always calculates the time it took to generate the levels (build_time).
This information sometimes is unnecessary for end user (for developer only).
We should provide a value in $config variable to check and ignore this task (e.g $config['calculate_build_time']=FALSE). This will improve performance.