Summary: | Konqueror is sometimes very slow on some pages - something X related | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Sami Liedes <sami.liedes> |
Component: | khtml | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED UNMAINTAINED | ||
Severity: | normal | CC: | kmm |
Priority: | NOR | ||
Version: | 3.5 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Sami Liedes
2007-06-16 02:41:27 UTC
Probably related to #29138. That's pretty odd that it's happening for this page[1]. Any evidence of memory leaks or such? One interesting option might be to call XSynchronize(qt_xdisplay(), true) from gdb and try to ctrl-c a bit to see where konq is... Though if it's unreproducible, it may be unfixable from this report :( [1] Most commonly, slow page drawing happens when the page has some sort of transparent background, and we don't succeed in preblending it for some reason --- and drawing transparent pixmaps in X is often painfully slow. The background code in KHTML has continuously evolved to try to handle more and more cases... Slow repaints are often caused by "fixed" backgrounds, this is because we start repainting the entire screen on every update to support them. They repaint much faster in KDE4 though, because Qt4 is so damn fast. To give a concrete example of what I think is the same bug: http://blogs.sun.com/tientien/ Xorg goes up to >70% when loading and later when scrolling through the page. Maybe related to bug 134776 and bug 133529. I am using the opensource nv-driver, but I afaik this has at least 2d-acceleration. For me (with free ATI drivers) using XAA instead of EXA in xorg.conf seems to have resolved this issue. I have the same problem and it doesn't seem to have anything to do with the pages itself (bacground etc.). Sometimes scrolling the pages in all the tabs in one window of Konqueror becomes very slow, while the same pages opened in different windows are fast. I doubt this is valid today, but I will leave it to the khtml folks to deal with it. Message from the Bugsquad and Konqueror teams: This bug is closed as outdated, as we do not have the manpower to maintain the KDE3 version anymore. If you still can reproduce this issue with Konqueror 4.8.4 or later, please open a new report. Thank you for your understanding. |