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: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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