6.0.0-alpha14
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
6/27/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#8638] ListAlarms: retrieve only calendars with events having alarm
*
Your Email Address
*
Spam protection
Enter the letters below:
.___. ..__ .___ . [__ | |[__)[__ | | |/\|| \[___\__|
Comment
> Hello > > For reducing the duration of the Horde_Alarm reminder script, in > kronolith/lib/Kronolith.php, listAlarms(): instead of storing all > calendars, can we only store calendars in which exist events with > alarm ? > > In our case, that will improve performances for about 40 seconds. > > > > function listAlarms > > - $alarms[$cal] = $kronolith_driver->listAlarms($date, $fullevent); > > > > + $result = $kronolith_driver->listAlarms($date, $fullevent); > > + if (! empty($result) ) { > > + $alarms[$cal] = $result; > > + }
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers