https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40530
--- Comment #4 from Kyle M Hall (khall) <[email protected]> --- > Kyle, I am not convinced by the use of a fetch to retrieve the AV's > description. IMO it's going to delay the display. I don't think we need to worry about that. I tested it with 150 Hold Cancelation reasons ( aka an absurd number ) and it took all of 34 miliseconds to get a response. Doing this request on the front end will keep the page load time from being affected as it would be from doing it in the perl script. -- 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/
