http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11244
David Cook <dc...@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |In Discussion --- Comment #17 from David Cook <dc...@prosentient.com.au> --- (In reply to Olli-Antti Kivilahti from comment #16) > Hi there! > > Applied the bug. > I am noticing a huge performance drop with cronjobs/overdue_notices.pl > > getting 12 items to the message_queue takes 31s with this feature applied. > getting 12 items to the message_queue takes 1s without this feature applied. > > oops... I've reproduced this problem as well, although I'm getting 35 items at around 31s. When I use strace, I'm noticing that 99% of the time is being spent on "brk" syscalls. I'm guessing the regex or the DateTime conversions are slowing things? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list Koha-bugs@lists.koha-community.org http://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/