View Issue Details

IDProjectCategoryView StatusLast Update
0011444mantisbtcustom fieldspublic2010-02-22 14:34
Reportervboctor Assigned Tovboctor  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version1.2.0rc2 
Target Version1.2.0Fixed in Version1.2.0 
Summary0011444: 57% of queries are redundant when including two custom fields on View Issues page
Description

On View Issues page, including custom fields use to generate a lot of duplicate queries to do the following:

  1. custom_field_get_id_from_name()
  2. custom_field_get_value()

On a View Issues page with 2 custom fields, fixing the caching reduces the query count from 188 to 80.

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

MantisBT: master-1.2.x 237ce056

2010-01-31 02:29

vboctor


Details Diff
11444: 57% of queries are redundant when including two custom fields on View Issues page. Affected Issues
0011444
mod - core/custom_field_api.php Diff File

MantisBT: master c9d783ce

2010-01-31 02:29

vboctor


Details Diff
11444: 57% of queries are redundant when including two custom fields on View Issues page. Affected Issues
0011444
mod - core/custom_field_api.php Diff File