MantisBT: master-1.3.x 4add3ac5

Author Committer Branch Timestamp Parent
cproensa dregad master-1.3.x 2016-11-13 15:16 master-1.3.x b613c438
Affected Issues  0021914: tags column in view-all page issues one query for each bug row
Changeset

Implement bug tags association cache

Implement a method to cache the tags associated to bugs.
Reduces the number of executed database queries by loading and reusing
all needed values for several bugs.

Fixes: 0021914

mod - core/bug_api.php Diff File
mod - core/tag_api.php Diff File
mod - tag_delete.php Diff File
mod - tag_update.php Diff File
mod - tag_update_page.php Diff File
mod - tag_view_page.php Diff File