6.0.0-alpha12
6/12/25

[#12586] Improve getChanges() speed
Summary Improve getChanges() speed
Queue Kronolith
Queue Version Git master
Type Enhancement
State Resolved
Priority 1. Low
Owners jan (at) horde (dot) org
Requester thomas.jarosch (at) intra2net (dot) com
Created 08/20/2013 (4314 days ago)
Due
Updated 08/20/2013 (4314 days ago)
Assigned
Resolved 08/20/2013 (4314 days ago)
Milestone
Patch Yes

History
08/20/2013 01:38:58 PM Jan Schneider Assigned to Jan Schneider
State ⇒ Resolved
 
08/20/2013 01:38:38 PM Git Commit Comment #2 Reply to this comment
Changes have been made in Git (master):

commit a1701cf668ee60272e48e3bdf2079bae70bac523
Author: Thomas Jarosch <thomas.jarosch@intra2net.com>
Date:   Tue Aug 20 09:43:00 2013 +0200

     Improve getChanges() speed

     No need to search all calendars if the calendar
     is already known when calling getByUid().

     Request 12586

     Signed-off-by: Jan Schneider <jan@horde.org>

  kronolith/lib/Api.php |    4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)

http://git.horde.org/horde-git/-/commit/a1701cf668ee60272e48e3bdf2079bae70bac523
08/20/2013 07:44:57 AM Thomas Jarosch Patch ⇒ Yes
New Attachment: 0001-Improve-getChanges-speed.patch Download
 
08/20/2013 07:44:39 AM Thomas Jarosch Comment #1
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Kronolith
Summary ⇒ Improve getChanges() speed
Type ⇒ Enhancement
State ⇒ New
Reply to this comment
From the patch:
---------------------------------------------------------
Subject: [PATCH] Improve getChanges() speed

No need to search all calendars if the calendar
is already known when calling getByUid().

Saved Queries