10 Dec
2015
10 Dec
'15
noon
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15350 --- Comment #1 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- 1 - Already done 2 - We don't load any components at the moment 3 - In Koha::Schema, I have tried to replace __PACKAGE__->load_namespaces; with my $r = [ qw( Accountline Accountoffset ... Zebraqueue ) ]; __PACKAGE__->load_classes({ 'Koha::Schema::Result' => $r}); I have not noticed any gain using the following script use Koha::Database; Koha::Database->new()->schema()->resultset('Discharge'); Always between 0.85 and 0.90 second 4 - Something to try? -- You are receiving this mail because: You are watching all bug changes.