https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35579 David Nind <david@davidnind.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |david@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@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.