I canβt say that I have ever experienced a noticeable slowdown in the rest of the user interface when using QWebView , even on fairly weak SBCs. I wonder if there is anything else that slows you down.
Are you getting this problem with all the pages you load, or only with specific ones?
One idea: you can access the settings object ( QWebSettings instance) for QWebView using QWebView::settings() . I would recommend disabling JS to start with ( QWebSettings::setAttribute(JavascriptEnabled, false) ), just to make sure that you are slowed down by any scripts running behind the page you are trying to display.
sjwarner
source share