Closed
Description
I discovered that Schema Form leaks memory. This might be similar to #200. Easiest way to reproduce the problem is to open demo.
- Go and open every single example available in drop down list. This should have loaded all possible templates and cached them.
- Capture heap size (20.4 Mb for me in Google Chrome)
- Repeat steps 1 & 2, notice heap size continues to grow 22.4 Mb, 24.9 Mb, 27 Mb, 29.1 Mb, and so on.
If you examine individual heap snapshots, it's evident that memory retained by "Detached DOM Tree" and number of objects keeps growing. Something is holding on to DOM Nodes. In a bigger application this starts causing problems real fast. I will appreciate any help in isolating and fixing this issue.
Metadata
Metadata
Assignees
Labels
No labels