https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36546
--- Comment #22 from Julian Maurice <[email protected]> --- (In reply to Tomás Cohen Arazi from comment #2) > Didier and I made some testing and bundling the spec reduces the startup > time significantly (5x). I see an improvement but not that significant. I ran the following command: time KOHA_HOME=$(pwd) perl debian/templates/plack.psgi On master, the average time is 3.5s With the patch, it's 2.4s The new flamegraph is not that much different, except that the `resolve` call takes less time relative to others Still a nice improvement! -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
