Since #25650 GetRecords send location and itype descriptions. For records with a lot of items (hundreds for serial) it slows down a lot the reply. - Use caching get_description_by_koha_field rather than find_by_koha_field. - For the same notice it's very likely all itype are the same so use a trivial memoization.