1 repository
Tools for generating detailed reports on memory leaks, including stack traces and code locations.
Distinct from Web Application Debugging: Distinct from Web Application Debugging: focuses specifically on exporting leak reports for resolution rather than general runtime inspection
Explore 1 awesome GitHub repository matching web development · Memory Leak Reporting. Refine with filters or upvote what's useful.
Fuite is a web application memory leak detector and browser heap snapshot analyzer. It functions as an automated interaction tester that monitors heap growth during repeated browser sequences to identify leaking DOM nodes and collections. The tool differentiates itself by executing scripted interaction loops to amplify memory growth, making leaks easier to detect. It captures and compares heap snapshots across different timestamps and exports detailed reports containing stack traces and the specific code locations where listeners were declared. The project covers browser automation and orche
Exports leak reports with stacktraces and code locations to resolve memory issues in web apps.