web page loads very slowly at the beginning in the case of QWebEngineViews in different processes sharing the same cache path
-
For example, application
A
has a webengineview to load web page, so we start a processa
of applicationA
, and then
processa
starts a processb
of application A . Since they have the same cache path of qwebengineprofile by settingQWebEngineProfile::defaultProfile()->setCachePath(path); QWebEngineProfile::defaultProfile()->setPersistentStoragePath(path);
, process
b
shows a white and blankwebengineview
in a long time before web page finish loading. Is there a solution to fix this?Qt version: 5.15.2
Platform: windows -
-