[Koha-bugs] [Bug 35579] marcrecord2csv searches authorised values inefficiently

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Dec 18 19:49:11 CET 2023


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

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david at davidnind.com
  Text to go in the|                            |This significantly improves
      release notes|                            |the speed of downloading
                   |                            |large lists in CSV format.
                   |                            |(It adds a
                   |                            |get_descriptions_by_marc_fi
                   |                            |eld" method which caches
                   |                            |AuthorisedValue
                   |                            |descriptions when searched
                   |                            |by MARC field, which is
                   |                            |used when exporting MARC to
                   |                            |CSV.)

--- Comment #10 from David Nind <david at davidnind.com> ---
Testing notes (using KTD):

1. Download speeds (using Web Developer Tools > Network feature in Firefox):
   . Before: 1 request  270.81 kB / 336 B transferred  Finish: 46.66 s
   . Refreshed browser, flush_memcached, restart_all (so everything fresh)
   . After : 1 request  270.81 kB / 336 B transferred  Finish: 4.03 s 

2. Compared downloaded files using a diff tool - no differences identified.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list