[Koha-bugs] [Bug 32060] Improve performance of Koha::Item->columns_to_str

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 10 06:47:36 CEST 2023


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

--- Comment #8 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
1. Then I would C4::Biblio::GetFrameworkCode and cache there.

2. -    my $tagslib = C4::Biblio::GetMarcStructure(1, $frameworkcode);
+    my $tagslib = C4::Biblio::GetMarcStructure( 1, $frameworkcode, { unsafe =>
1 } );

Yes, definitely.

3. -        my $value = $self->$column;
+        my $value = $self->_result()->get_column($column);

Really faster?

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


More information about the Koha-bugs mailing list