Summary | Reduce number of calls of $this->link(0,true) |
Queue | Kronolith |
Queue Version | FRAMEWORK_3 |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | patrick.abiven (at) apitech (dot) fr |
Created | 11/06/2009 (5697 days ago) |
Due | |
Updated | 11/07/2009 (5696 days ago) |
Assigned | |
Resolved | 11/07/2009 (5696 days ago) |
Milestone | 2.3.3 |
Patch | No |
State ⇒ Resolved
Milestone ⇒ 2.3.3
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Kronolith
Summary ⇒ Reduce number of calls of $this->link(0,true)
Type ⇒ Enhancement
State ⇒ New
In lib/Views/Month.php, function html(), the $this->link(0,true) is
called inside a loop, it may be better to have a temporary variable to
store this value.
It may seems minor, but we are dealing with users having multiple
shared calendars with many events that produce delay of ~20 seconds
before page is shown, so we are searching for even small improvements.
We will keep you in touch with our proposals for optimisation.
Regards
Patrick