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 (in full screen) the proof of what I'm saying.

I have also added the manipulations to do into the Plack wiki.

Regards,
Julian FIOL