app
app copied to clipboard
Memory usage increases over time
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.