Enigmatrix / Cobalt

An app to monitor and view app usage statistics for your desktop.
MIT License
11 stars 3 forks source link

Performance improvements in loading Alerts #132

Open Enigmatrix opened 9 months ago

Enigmatrix commented 9 months ago

Alerts page, Add Alert, Edit Alert are all slightly slow, the worst being the Alerts page. Improve performance by figuring out what's taking so long in the first place.

Enigmatrix commented 9 months ago

De-prioritizing this as this doesn't seem like a easily solved issue. Plus it seems like EntityFramework initialization might be a cause. For example, refreshing the Alerts page by navigating elsewhere and coming back makes the query one-tenth of the time, so it could be just EF or it could be Avalonia navigation or Avalonia page initialization async.