GNOME Bugzilla – Bug 713468
When changing folders, conversation list is slow to populate
Last modified: 2019-02-08 06:18:39 UTC
---- Reported by jim@yorba.org 2013-08-27 19:14:00 -0700 ---- Original Redmine bug id: 7411 Original URL: http://redmine.yorba.org/issues/7411 Searchable id: yorba-bug-7411 Original author: Jim Nelson Original description: When I change between my two Inboxes, the conversation list is slow to populate with the messages. Since both folders are open, it should be quicker. I see a few things: * It takes a moment to clear. This could be #5327 -- I suspect there's some funny business going on with GtkTreeSelection causing Geary to launch unnecessary I/O. It may also be the artificial delay we've put in to take care of users rapidly selecting folder with auto-repeat. I think both could be examined. * The envelopes (subject, date, participants) appear in one go. That's good. * The previews take a moment to load. I know they're being loaded last, as it's only when the conversations have been sorted do we know what the preview message is. This can be fixed, I think, by giving the ConversationMonitor a notion of a "preview-email" that's determined either with some predefined criteria or a delegate supplied by the client. Then the client can simply call `conversation.get_preview()` and be done with it. It may be that other tickets will solve this overall problem. If that's the case, this can be an umbrella ticket closed when those are complete. Related issues: related to geary - 5327: Multiple FetchEmail operations fail when changing folders (Open) related to geary - 7438: new mail is slow to arrive when you switch to its contain... (Open) related to geary - 4859: display new messages more quickly on startup (Open) ---- Additional Comments From geary-maint@gnome.bugs 2013-09-23 15:37:00 -0700 ---- ### History #### #1 Updated by Jim Nelson about 1 month ago * **Target version** changed from _0.4.0_ to _0.5.0_ --- Bug imported by chaz@yorba.org 2013-11-21 20:21 UTC --- This bug was previously known as _bug_ 7411 at http://redmine.yorba.org/show_bug.cgi?id=7411 Unknown milestone "unknown in product geary. Setting to default milestone for this product, "---". Setting qa contact to the default for this product. This bug either had no qa contact or an invalid one. Resolution set on an open status. Dropping resolution
Some of the work in bug #713432 improved the general time it takes to switch folders. Hopefully more work can be done on this for 0.6.
In my experience Geary is fast in switching to folders _already synced_. Version 0.11 (current master).
Some perf improvements have already landed, and this is all going to change when converting to a GtkListBox, so closing as obsolete for now.