All 6 tests with 20000 reloads and 15000 <div>Debug</div> per reload with every panel selected are finished. Here are the results:
Console: 202 MB HTML: 208 MB CSS: 197 MB Script: 208 MB DOM: 205 MB Network: 180 MB It seems that the amount of HTML content isn't the reason but I'm wondering why the memory usage was inceased by only 1000 reloads. After the 6 tests i have made 2 tests with manipulating the DOM. One test with a call from the onload attribute of the body tag and the other test with a call in the javascript code. At these tests i have made 1000 nested DOM operations with attribute manipulation per reload. After this tests the memory usage was 182 MB with a call from the onload attribute and 190 MB with a call in the javascript code. This memory leak isn't easy to analyze but do you have any other suggestions?
-- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
