Use Instantiator to create drawer actions to improve startup time
Found with qml profiler that the creation of the drawer actions took the most time. Using an Instantiator is faster and causes the binding to be evaluated less often. Before the binding inside Kirigami was evaluated 28 times and it was the thing the most time was spend on, afterwards creating the window is the most costly operation. CCBUG:429855
-
mentioned in commit bbf7543b
-
mentioned in commit 76ae073f
-
mentioned in merge request !270 (merged)
-
mentioned in commit 03a7c7c0
-
mentioned in commit 366ce555
Please register or sign in to comment