Profiling and optimizing QML

The QML engine in Qt 5 took advantage of hardware acceleration to make its rendering capability and performance superior to the old widgets user interface. However, it does not mean that you should not care about optimization; that is because small performance issues may snowball into bigger problems over time and causing damage to your product's reputation.