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

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 8017
          Assignee: [email protected]
           Summary: Remove unnecessary processing on return of
                    GetAllIssues
        QA Contact: [email protected]
          Severity: enhancement
    Classification: Unclassified
                OS: All
          Reporter: [email protected]
          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.
_______________________________________________
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