A tool for finding memory leaks in web appsSee the tool
Description
A CLI tool for finding memory leaks in web apps, particularly SPAs. Use a single command to test any URL for leaks. 'fuite' launches Chrome using Puppeteer, loads a web page, and runs a scenario against it. It runs the scenario some number of iterations (7 by default) and looks for objects that leaked 7 times (or 14 times, or 28 times). This might sound like a strange approach, but it's useful for cutting through the noise in memory analysis.
More Resources & Tools in Memory
A javascript Library for leaking memory
Python Memory Profilling