MantisBT: master-1.3.x b613c438

Author Committer Branch Timestamp Parent
cproensa dregad master-1.3.x 2016-11-12 03:09 master-1.3.x c851b37b
Affected Issues  0021900: Custom fields produce a large number of db queries
Changeset

Implement custom fields value cache

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

Fixes: 0021900

mod - bug_view_inc.php Diff File
mod - core/bug_api.php Diff File
mod - core/custom_field_api.php Diff File