wingpanel-indicator-datetime icon indicating copy to clipboard operation
wingpanel-indicator-datetime copied to clipboard

Performance problem

Open Dirli opened this issue 4 years ago • 2 comments

after adding PR (#232), I noticed a few bugs

  1. when scrolling through months, if you go far enough (for example, in 1999), you notice increased memory consumption

screen1

this is because the array of months is not cleared. after closing the widget, everything remains in memory.

  1. when switching to a new month, a lot of unnecessary actions are performed.

screen2

The calendar model changes 4 times (per iteration), each time it completely redraws everything related to events.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Dirli avatar Oct 08 '20 08:10 Dirli