View Issue Details

IDProjectCategoryView StatusLast Update
0018502MMW 5Main Panelpublic2021-11-11 12:39
Reporterdrakinite Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version5.0.2 
Target Version5.0.2Fixed in Version5.0.2 
Summary0018502: Window Activated event fires way too many times
DescriptionIf you set a console-log to fire every time a window "activated" event fires (like in mminit.js), you will find that it fires far too often, causing potential performance issues. Note that there is garbage collection that occurs when the window loses focus, so if that event fires too many times, the garbage collection will be requested more than once at a time, leading to worse CPU usage.
TagsNo tags attached.
Fixed in build2514

Activities

drakinite

2021-11-03 00:40

developer   ~0065659

Fixed in 2514

peke

2021-11-11 12:39

developer   ~0065848

Verified 2518

This is drastically reduced in new builds.