app icon indicating copy to clipboard operation
app copied to clipboard

Memory usage increases over time

Open ziebelje opened this issue 4 years ago • 1 comments

ziebelje avatar Jun 06 '20 11:06 ziebelje

Memory leak is caused by components on the page rerendering without releasing event listeners. Over time this compounds and beestat will lock up the browser. Quick fix is to do a full page reload every hour or something. Proper fix is to better handle orphaned event listeners, elements, etc.

ziebelje avatar Jun 06 '20 11:06 ziebelje