Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QtWebEngine
  4. web page loads very slowly at the beginning in the case of QWebEngineViews in different processes sharing the same cache path
Forum Updated to NodeBB v4.3 + New Features

web page loads very slowly at the beginning in the case of QWebEngineViews in different processes sharing the same cache path

Scheduled Pinned Locked Moved Unsolved QtWebEngine
1 Posts 1 Posters 151 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    gaojinhsu
    wrote on last edited by gaojinhsu
    #1

    For example, application A has a webengineview to load web page, so we start a process a of application A , and then
    process a starts a process b of application A . Since they have the same cache path of qwebengineprofile by setting

    QWebEngineProfile::defaultProfile()->setCachePath(path);
    QWebEngineProfile::defaultProfile()->setPersistentStoragePath(path);
    

    , process b shows a white and blank webengineview in a long time before web page finish loading. Is there a solution to fix this?

    Qt version: 5.15.2
    Platform: windows

    1 Reply Last reply
    0
    • G gaojinhsu deleted this topic on
    • G gaojinhsu restored this topic on

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved