[commits] Horde branch master updated. f61fdaee6bb5fee15abe792219b02a0947925028
Chuck Hagenbuch
chuck at horde.org
Wed Jul 3 04:36:18 UTC 2013
The branch "master" has been updated.
The following is a summary of the commits.
from: 5643dee22aa524776bd6caf14625c3acc3858002
f61fdae Right now _getRelatedTags() is the difference between my task list loading in .5 seconds and it taking 4-5 seconds to load, even after the Horde_History cache improvements. It also is getting tags that aren't from the current view because Future tasks aren't accounted for.
-----------------------------------------------------------------------
commit f61fdaee6bb5fee15abe792219b02a0947925028
Author: Chuck Hagenbuch <chuck at horde.org>
Date: Wed Jul 3 00:33:57 2013 -0400
Right now _getRelatedTags() is the difference between my task list loading in .5
seconds and it taking 4-5 seconds to load, even after the Horde_History cache
improvements. It also is getting tags that aren't from the current view because
Future tasks aren't accounted for.
I think if we want to keep the related tasks top bar, we need to put that list
together as we go through the list of tasks, where we're already fetching the
tags for each task and displaying them next to each one. That'll avoid a *lot*
of unnecessary queries.
nag/lib/View/List.php | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/f61fdaee6bb5fee15abe792219b02a0947925028
More information about the commits
mailing list