[Koha-bugs] [Bug 28417] Authen::CAS::Client always loaded even in CAS in not in used

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 21 14:28:51 CEST 2021


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

--- Comment #2 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
This script shows that 3Mb is saved in RAM

use Memory::Usage;
my $mu = Memory::Usage->new();
$mu->record('Loading');
require Koha::Biblios;
$mu->record('module loaded');
print $mu->report();

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


More information about the Koha-bugs mailing list