[Koha-bugs] [Bug 36155] New: Improve perfs of suggestion.pl when there are many budgets

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 23 08:53:34 CET 2024


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36155

            Bug ID: 36155
           Summary: Improve perfs of suggestion.pl when there are many
                    budgets
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Acquisitions
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: fridolin.somers at biblibre.com
        QA Contact: testopia at bugs.koha-community.org

Page suggestion/suggestion.pl always calls GetBudgets() and
GetBudgetHierarchy().
But the result are not always used in template.
When there are many budgets and funds this takes some time.
Also CanUserUseBudget() in a loop should use a unique Koha::Patron object of
the logged in user.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list