Forum Discussion
Anonymous
8 years agoNot applicable
Memory leaks in custom visuals
Hello, I'm wondering if there is any memory leaks occuring in the update method. As far as I know, update method is recalled each time an event occured (filter for instance). So normally, all th...
Anonymous
8 years agoNot applicable
Okey I see, and will the new API solve this problematic of DOM causing memory leaks ? Because I'm using a library called Leaflet, its difficult to keep the same DOMs. since its all about maps.
v-viig
8 years agoCommunity Champion
Yes, it will reduce memory consumption but you should also optimize your code in order not to remove DOM for each update call.
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals