← Back to team overview

gtg team mailing list archive

[Bug 512222] Re: 1-second lag when clicking tags in tag list

 

*** This bug is a duplicate of bug 486867 ***
    https://bugs.launchpad.net/bugs/486867

** This bug has been marked a duplicate of bug 486867
   Remove the need for a systematic browser global refresh when tasks are changed

-- 
1-second lag when clicking tags in tag list
https://bugs.launchpad.net/bugs/512222
You received this bug notification because you are a member of Gtg
contributors, which is subscribed to Getting Things GNOME!.

Status in Getting Things GNOME!: Confirmed

Bug description:
There is a minor but irritating performance issue when clicking on tags in the tag side-panel - it takes on the order of 1 second for the tag to get highlighted and the task list window to update.

I imagine the slowness is due to performing some sort of query on an internal data structure, so wonder if this could be made more efficient or cached in some fashion.  Alternately, maybe the performance issue could be hidden by highlighting the tag right away and clearing the task window while it is doing its calculations (or maybe that would be just as ugly?)