View Issue Details

IDProjectCategoryView StatusLast Update
0023237mantisbtperformancepublic2017-09-03 18:41
Reportercproensa Assigned Tocproensa  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product Version2.6.0 
Target Version2.6.0Fixed in Version2.6.0 
Summary0023237: Project cache is not efficient with navbar project selection.
Description

The navbar layout for rendering the project selection box, is caching only the first top level projects.
Each subsequent subproject produces an additional database query for projects table.

TagsNo tags attached.
Attached Files
Selección_230.png (192,049 bytes)   
Selección_230.png (192,049 bytes)   

Activities

Related Changesets

MantisBT: master 29c2912f

2017-08-17 05:05

cproensa

Committer: atrol


Details Diff
Cache all needed projects for navbar layout

Reduce DB query count by caching all needed projects for the navbar layout.

Fixes: 0023237
Affected Issues
0023237
mod - core/layout_api.php Diff File