• S
    Merge branch 'sh-optimize-label-finder' into 'master' · 279ffe7b
    Stan Hu 提交于
    Reduce overhead of LabelFinder by avoiding #presence call
    
    Some users experienced 502 timeouts when viewing group labels.
    Labels#open_issues_count and Label#open_merge_requests_count were
    taking a long time to load because they were loading every ActiveRecord
    of the user-accessible projects into memory. This change modifies so
    that only the IDs are loaded into memory.
    
    Closes #23684
    
    See merge request !7094
    279ffe7b
可在Tags中查看这些版本中当前仓库的状态.
CHANGELOG.md 139.1 KB