To avoid memory leaks when using Prognoz Platform 9 components, call the dispose method for unused objects.
However, during the development you can forget, which objects were created and were not removed.
Use the PP.Util.startProfile and PP.Ui.Util.stopProfile: functions to track unremoved objects.
Call the PP.Util.startProfile() method at the beginning of the page code.
After executing the code for creating Prognoz Platform 9 components, call the dispose method.
Call the PP.Ui.Util.stopProfile method from the console:
See also: