https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35579
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] 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 <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] 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/
