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@lists.koha-community.org Reporter: olli-antti.kivilahti@jns.fi QA Contact: testopia@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.