Bug 10048

Summary: Load addbiblio.pl page faster
Product: Koha Reporter: Mathieu Saby <mathsabypro>
Component: CatalogingAssignee: Galen Charlton <gmcharlt>
Status: CLOSED FIXED QA Contact:
Severity: enhancement    
Priority: P5 - low CC: katrin.fischer, m.de.rooy
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Mathieu Saby 2013-04-14 13:59:23 UTC
Loading addbiblio.pl page could take several seconds, because an input and an label are created for ALL the fields and subfields of the framework. So depending on your browser and computer, it could really take a long time to load the page.

Maybe it could be loaded faster, either by sending to browser only the information needed for the current tab (0 - 9), or by sending all information in a background task, while the librarian is looking at a specific tab?

M. Saby
Comment 1 Katrin Fischer 2019-05-04 21:12:45 UTC
This was filed in 2013, I feel like loading times seem ok now (caching, Plack). Please reopen if you think this still needs to be improved.