Skip to content
Commit d1462745 authored by David Redondo's avatar David Redondo 🏎
Browse files

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
parent 4a2c70db
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment