[Koha-bugs] [Bug 11244] notices ignoring the dateformat preference

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Feb 7 01:59:05 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11244

David Cook <dcook at prosentient.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |In Discussion

--- Comment #17 from David Cook <dcook at 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.


More information about the Koha-bugs mailing list