http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8017 Priority: P5 - low Change sponsored?: --- Bug ID: 8017 Assignee: gmcharlt@gmail.com Summary: Remove unnecessary processing on return of GetAllIssues QA Contact: koha.sekjal@gmail.com Severity: enhancement Classification: Unclassified OS: All Reporter: colin.campbell@ptfs-europe.com Hardware: All Status: NEW Version: master Component: Architecture, internals, and plumbing Product: Koha This is potentially a large list used in staff and opac to show a user's circulation history. The routine itself makes an unnecessary iteration over the list to do an inefficient copy and the consumers of the list also loop over and copy the list before the final loop perdormed in instantiating the template. Move unnecessary processing out of the loops (e.g. format dates using the tt custom plugin dont format dates we are not displaying). Don't increase the performabce hit of the routine -- You are receiving this mail because: You are watching all bug changes.