| Summary | Reduce number of calls of Horde::url(..getImageDir..) |
| Queue | Kronolith |
| Queue Version | FRAMEWORK_3 |
| Type | Enhancement |
| State | Resolved |
| Priority | 1. Low |
| Owners | jan (at) horde (dot) org |
| Requester | patrick.abiven (at) apitech (dot) fr |
| Created | 11/06/2009 (5846 days ago) |
| Due | |
| Updated | 11/07/2009 (5845 days ago) |
| Assigned | |
| Resolved | 11/07/2009 (5845 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 Horde::url(..getImageDir..)
Type ⇒ Enhancement
State ⇒ New
In lib/Driver.php, function getLink(), the
Horde::url($registry->getImageDir(), true, -1) is
called many times, it may be better to have a temporary variable to
store this value.
Regards
Patrick