https://bugs.kde.org/show_bug.cgi?id=429855
--- Comment #3 from David Redondo <k...@david-redondo.de> --- Git commit d1462745554739ec86fd0e5311d4f271c7a33f3b by David Redondo. Committed on 04/12/2020 at 07:42. Pushed by davidre into branch 'master'. 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. M +0 -3 applets/kimpanel/backend/ibus/emojier/emojier.cpp M +10 -16 applets/kimpanel/backend/ibus/emojier/ui/emojier.qml https://invent.kde.org/plasma/plasma-desktop/commit/d1462745554739ec86fd0e5311d4f271c7a33f3b -- You are receiving this mail because: You are watching all bug changes.