-
Notifications
You must be signed in to change notification settings - Fork 791
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
Slow cpu-greedy page scrolling #837
Comments
It's a problem with (Qt) WebKit, as I can reproduce it outside of Zeal. Reported (sort of) upstream. CC: @annulen |
Are there any plans to switch to oficially supported QWebEngine (Blink)? |
Nope, all the basic support we had for it has been removed. Yesterday somebody asked me the same questions on Gitter, and here's my answer:
I also recall Qt WE having different performance issues on Windows. So, there's no clear winner here. I believe The Qt Company doesn't have enough resources to maintain Qt WE at a decent level, but it's just my personal opinion. |
According to WebKit developers it's a known problem with Python documentation. See https://bugs.webkit.org/show_bug.cgi?id=180577 There's nothing we can do about it, since we do not generate the docset. @Kapeli Perhaps you can remove JavaScript that drives the side bar, since the side bar is already cut out in the docset. |
I've updated the Python 2 and 3 docsets and they don't include the |
I've updated, it's the same. It's not python doc problem or any docset's, almost every docset is very slow: Apache, c++ etc. QWebKit should be profiled on windows, I don't know |
@Yanpas Do you observe any improvements with Zeal 0.5.0? On Windows it bundles a freshly built Qt WebKit. |
It's definetely better, but still much slower than any browser. May be closed I think, but qwebkit still needs optimizations |
@Yanpas If you provided us profiling results, we could do something about that. |
Closing, per above, and as there's nothing to do from Zeal side. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I observe it on Windows 10 (x64 msi installer) in almost all doc pages (
python3:bytearray
e.g.). I drag side scroller and move it up-down quickily, one of cpu cores quickly goes 100%.Cannot reproduce on Arch/KDE.
See also #723
The text was updated successfully, but these errors were encountered: