[jQuery] Re: Tips and tricks for fixing memory leaks

2009-12-07 Thread James Gibson
Thanks for the post Mike. It seems that I have already solved my own problem. It seems that when I have my application in a production ready state (all 50 js files combined, minified and obfuscated) firefox stops using extra memory. It seems weird that just using YUI compressor would resolve this i

[jQuery] Re: Tips and tricks for fixing memory leaks

2009-12-07 Thread James Gibson
Hey Guys, Thanks for the replies. I am using YUI to minify and obfuscate all of my javascript and css in our production environment. I will use these tips and see what i come up with. Thanks again, James On Dec 7, 10:48 am, Olivier Percebois-Garve wrote: > Is it a leak or a pseudo-leak ? > > le