QML GUI performance
-
wrote on 25 Jun 2024, 08:26 last edited by
Hi guys
I am a newbie programmer in qt/QML. I want to know there is any reference like book, movie and … in order to improve QML GUI performance like using overdraw or cache buffer in Listview you know I need a tutorials to improve my app UI/UX performance.any clue even C++ and openGL reference that will be appreciated.
many thanks.
-
wrote on 25 Jun 2024, 08:33 last edited by
I think Qt's official documentation contains everything you need.
https://doc.qt.io/qt-6/qtquick-performance.htmlFirst, using the QML Profiler tool to check where is the performance bottleneck would be a good start.
https://doc.qt.io/qtcreator/creator-qml-performance-monitor.html -
wrote on 25 Jun 2024, 08:38 last edited byThis post is deleted!
-
I think Qt's official documentation contains everything you need.
https://doc.qt.io/qt-6/qtquick-performance.htmlFirst, using the QML Profiler tool to check where is the performance bottleneck would be a good start.
https://doc.qt.io/qtcreator/creator-qml-performance-monitor.htmlwrote on 25 Jun 2024, 09:10 last edited by@arceajin many thanks.
is it possible using qml profiling on android mode?
in qt 5.15.2
in fact my problem is in scrolling listview that happened with missed frame.
1/4