Summary: | response time regression in kde 4.2.3 | ||
---|---|---|---|
Product: | [Unmaintained] kmail | Reporter: | Tamás Németh <nt1277> |
Component: | general | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 1.11.3 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | courier-maildir-cleanup.sh |
Description
Tamás Németh
2009-05-12 22:05:25 UTC
INteresting, it seems to me that it's only this slow when the imap server is heavily loaded. Now (late at night) when the imap server is almost idle, the synchronizations is much faster. Now, in the morning, when many users are simultaneously connected to the IMAP server, kmail becomes so unresponsive, that I'm almost unable to scroll the incoming messages, and even typing a new messages suffers almost seconds of delays. Duplicate of bug 172519? I don't know. It also took a very long time for KDE 4.2.2's kmail to synchronize with the IMAP server, but that version was responsive during synchronizing. However, today I deleted the contents of the ~/.kde4/share/apps/kmail/dimap folder, and I ran a script on the Courier IMAP server (Maildir based), which: -Deleted duplicate messages -Extracted the date information from every message's Date: header field and: -Renamed the file containing the message. The new names begin with the seconds from 1970-01-01 00:00:00 until Date -Changed the file's MTIME for the same date -By moving the messages to newly created cur directories, it: -Adjusted the files' CTIME order to the MTIME order -The files are even created in the dorectory with this same order -Sizes of the directory files are decreased if possible I don't know if emptying the local dimap or cleaning up the server's maildirs helped, but this process made kmail much faster and responsive. Created attachment 33899 [details]
courier-maildir-cleanup.sh
The script I've used to clean up Courier IMAP's Maildir directories.
This could be the same as bug 191753, which is fixed now. Please reopen if the problem still persists in KDE 4.2.4. |