Live data from Hacker News

Fuite: a tool for finding memory leaks in web apps

nolanlawson.com

1–10 of 34 posts

Re: Fuite: a tool for finding memory leaks in web apps

#3
This is actually really important. If you're a tab whore like me you'll always find a site that eventually eats up all your RAM and kills the browser dead. More SPAs need to test for memory "leaks" like these, especially if they're repeatedly creating large numbers of DOM elements through scripting.

Re: Fuite: a tool for finding memory leaks in web apps

#7
This is a welcome surprise. I have been hunting down memory leak problems for a hardware installation that runs a JS heavy app 24/7. Had to build in auto software resets just to clean the garbage because there was no real solution. Looking forward trying this out asap

Re: Fuite: a tool for finding memory leaks in web apps

#9

Having to point at a URL and crawl for pages seems awkward. Is there something I can directly integrate into my app? How would it deal with a login page?

Ran into the same limitation. I had tried logging in to a local dev server and then running fuite, but it looks like it runs the tests in its own personal chromium instance so my session wasn't used.

There are no memory leaks on my login and sign up pages though!

edit: just checked the docs and it says you can specify a scenario script with a setup hook to get passed authentication.

Post reply on HN