You can try QSG_RENDERER_DEBUG=render
There’s other techniques you can use here:
https://doc.qt.io/qt-5/qtquick-visualcanvas-scenegraph-renderer.html#performance
And here:
https://doc.qt.io/qt-5/qtquick-visualcanvas-scenegraph-renderer.html#visualizing
> On Mar 25, 2022, at 07:49, Nuno Santos
Hej Marten,
Here we go – please find the sample code regarding the iOS websocket issue here:
https://www.dropbox.com/s/y7nr3ywht75exhw/iOS_audio.zip?dl=0
This one does not contain the webbrowser yet it can be used with any iOS
browser (Safari, Chrome, FF etc.) with the following script:
http:/
Is there anything printed out in the console of the browser?
And it shouldn't be needed, but you can try connecting to the
originAuthenticationRequired signal:
https://doc.qt.io/qt-5/qwebsocketserver.html#originAuthenticationRequired
In case that's where it somehow goes wrong.
Mårten