https://bugs.kde.org/show_bug.cgi?id=484718
--- Comment #2 from george fb <georgefb...@gmail.com> --- Git commit 46cb212926cf14d42834f46307ebf86022bc80bb by George Florea Bănuș. Committed on 27/05/2025 at 06:13. Pushed by georgefb into branch 'master'. MediaPlayListProxyModel: add timer to prevent excesive function/signal calls remainingTracksDurationChanged and totalTracksDurationChanged are emitted more than 3K times for a playlist with 1.6K items, this results in lots of calls to totalTracksDuration and remainingTracksDuration, slowing down start up and other operations M +12 -6 src/mediaplaylistproxymodel.cpp https://invent.kde.org/multimedia/elisa/-/commit/46cb212926cf14d42834f46307ebf86022bc80bb -- You are receiving this mail because: You are watching all bug changes.