[Koha-bugs] [Bug 13214] New: Improve performance of acqui/addorderiso2709.pl, stop fetching all import_records needlessly

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Nov 6 15:44:50 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13214

            Bug ID: 13214
           Summary: Improve performance of acqui/addorderiso2709.pl, stop
                    fetching all import_records needlessly
 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: olli-antti.kivilahti at jns.fi
        QA Contact: testopia at bugs.koha-community.org

When you have 167 import batches and you try to pick one by going to
acqui/addorderiso2709.pl, it takes ~16s to load the page.

This is because all import_records are loaded simply to check if an
import_batch has recors with the given status.

This patch fixes this and cuts the load time to 1.6s

-- 
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