https://bugs.kde.org/show_bug.cgi?id=429855
--- Comment #4 from David Redondo <k...@david-redondo.de> --- Git commit bbf7543bf5a99887c7f2944134b6bdaa279735a2 by David Redondo. Committed on 04/12/2020 at 07:44. Pushed by davidre into branch 'Plasma/5.20'. 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. (cherry picked from commit d1462745554739ec86fd0e5311d4f271c7a33f3b) 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/bbf7543bf5a99887c7f2944134b6bdaa279735a2 -- You are receiving this mail because: You are watching all bug changes.