[Bug 223488] Test and fix memory usage and speed for opening a folder and populating the message list

Thomas McGuire mcguire at kde.org
Fri Dec 24 15:46:24 GMT 2010


https://bugs.kde.org/show_bug.cgi?id=223488


Thomas McGuire <mcguire at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDSINFO                   |REOPENED
         Resolution|WAITINGFORINFO              |




--- Comment #3 from Thomas McGuire <mcguire kde org>  2010-12-24 16:46:23 ---
> this should be fixed now. Can you reproduce?

AFAIK the messagelist still loads a KMime::Message object for each item, and
the server sends the complete header instead of only the fields that are
needed.

The message list stores a tree of MessageItem's, and MessageItem::Private
contains the complete Akonadi::Item, which includes the KMime::Message object.

On the Akonadi server, we store the complete header in the cache as well, which
is also a waste of space and bandwidth.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list