QtWeb engine high cpu usage
Moved
Solved
QtWebEngine
-
Hello everyone, I am using qt 5.12.2 with msvc 2017, I use qwebengineview class to visualize my website. But qtwebengineprocessd.exe uses 100% cpu while I run my project. And it loads my website very slow. How to resolve that? Can you help me? Thanks in advance.
-
S SGaist moved this topic from General and Desktop on
-
Hi,
The usual recommendation: use a more recent version of Qt. The 5.12 series is very old and you should at least move to 5.15 if not Qt 6.
-
Hi,
The usual recommendation: use a more recent version of Qt. The 5.12 series is very old and you should at least move to 5.15 if not Qt 6.
-
@SGaist I can use qwebengine 5.15 version with msvc 2017 right? By the way I am big fan of you thanks for your reply sir.
-