https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26802

            Bug ID: 26802
           Summary: Improve speed with records with many items
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P5 - low
         Component: Searching
          Assignee: koha-bugs@lists.koha-community.org
          Reporter: vfernan...@keep.pt
        QA Contact: testo...@bugs.koha-community.org

Koha has a performance problem displaying records with many items in search
results and details pages.

For example, Koha takes around 20/30 seconds to process a record XML with 1000
items using XSLT. The Koha's response speed reduces even more with bigger items
counting.

Maybe we can improve Koha speed with some decisions:

- Don't use the complete XML (record without items) for XLSTs processing.
- Add pagination to the items table (like is done with other Koha tables) and
JS load.


Test case (search results):

- Add some records with 1000 items and the same title
- Try to do a search for the title

Test case (details and other record views):

- Add one records with 1000/2000/3000 items
- Try to open the record

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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