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

            Bug ID: 30359
           Summary: GetBudgetHierarchy is slow on order receive page
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Acquisitions
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

GetBudgetHierarchy is called when opening orderreceive.pl and if there are lot
of budgets the page takes lot of time to open. On our biggest groups it takes
almost 2 minute, which is a lifetime on internet.

Seems that the problem is calculating the totals, which are done with separate
queries to the database. On the order receive page it is not needed since it is
using only the budget_id, budget_amount and budget_name parameters.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to