Quote:
Originally Posted by kovidgoyal
You can see it in the timings
[0.467] webview loading requested
[5.304] bridge ready
bridge ready is when webengine has finished initializing itself. On a properly functioning system it would be something like
[0.064] webview loading requested
[0.420] bridge ready
|
I have no slow WebEngine issues using my own local QtWebEngine libraries (
quicknanobrowser loads instantly). Could it have something to do with calibre's binaries,
Code:
/opt/calibre/lib/libQt5WebEngine.so.5
/opt/calibre/lib/libQt5WebEngineCore.so.5
/opt/calibre/lib/libQt5WebEngineWidgets.so.5
?
How can I make Calibre use my local WebEngine libraries? Would I have to build Calibre from scratch?