MantisBT: master 770df68e

Author Committer Branch Timestamp Parent
cproensa dregad master 2015-09-25 12:37 master 4ac42375
Affected Issues  0020139: reduce print_subproject_option_list sql query count
Changeset

Improve sql performance print_project_option_list

Cache subprojects before processing them to reduce the number of SQL
queries executed.

Previously, only first level projects got cached, resulting in repeated
queries (one for each project).

Fixes 0020139

Signed-off-by: Damien Regad dregad@mantisbt.org

mod - core/print_api.php Diff File