codeMonkey Report post Posted July 28, 2011 I noticed that after I refreshed my pages a lot while developing, the charts would eventually black out and my browser would run really slowly. After a while I realized that every time the page refreshes it eats up a little more memory and doesn't free it up until the browser is closed. I tried using dispose() but things got a little sticky. Is there another way to free up memory, or is dispose the best method for solving this problem? Share this post Link to post Share on other sites