27 May
2015
27 May
'15
12:14 p.m.
Hi everyone, Using Devel::NYTProf on a Plack config, I noticed that when we checkout an item in the circulation page, there is a really long time spent creating the database schema. By adding the import of *Koha::Schema* in the *intranet.psgi* file, we can see a significant improvement of the time spent loading the circulation page. Please find here <http://www.slideshare.net/JulianFiol/koha-circulation-checkout-improvement> (in full screen) the proof of what I'm saying. I have also added the manipulations to do into the Plack <http://wiki.koha-community.org/wiki/Plack#Improving_Plack_performance> wiki. Regards, Julian FIOL