Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Poor performance of mail viewer #327

Open
vogel76 opened this issue Mar 3, 2014 · 1 comment
Open

Poor performance of mail viewer #327

vogel76 opened this issue Mar 3, 2014 · 1 comment
Assignees
Milestone

Comments

@vogel76
Copy link
Contributor

vogel76 commented Mar 3, 2014

Looks like QTextBrowser/QTextEdit has a performance problem. It appears on mail containing ~10 replies/forwards (html size is ~30kB)

Problem is especially visible while opening standalone maileditor window with mail having set some attachement since because of buggy code (improper use of MailBox::previewImages inside MailEditorMainWindow::LoadMessage) document contents are loaded twice.

To create such message send new mail to own identity and reply/forward it ~15 times. Opening/displaying such message will take ~30s (measured on quite fast machine in release build)

@vogel76 vogel76 added this to the Mileston II milestone Mar 3, 2014
PaulEU added a commit that referenced this issue Mar 4, 2014
@PaulEU
Copy link
Contributor

PaulEU commented Mar 8, 2014

For now, it's about three times faster, but it's still too slow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants