[Koha-bugs] [Bug 18731] New: Orders table slow to load for vendors with many orders

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 5 18:46:48 CEST 2017


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

            Bug ID: 18731
           Summary: Orders table slow to load for vendors with many orders
 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: kyle at bywatersolutions.com
        QA Contact: testopia at bugs.koha-community.org

Some libraries may have hundreds of open orders for a vendor, depending on
acqisitions workflow. At that number of open orders, the tables on parcel.pl
take 10 to 20 seconds to load.

To speed up the loading of this page and the data, we should convert the order
tables from pre-loading all order data to ajax tables that load order data on
an as needed basis. That way we are only pulling the data for the orders that
are currently visible.

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


More information about the Koha-bugs mailing list