Fuite: a tool for finding memory leaks in web apps

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • React

    The library for web and native user interfaces.

    When I worked at Facebook, I worked on a web memory tracking tool I was particularly proud. It went through links, grabbed snapshots, diff'ed them, found objects that weren't clean up and gave detailed information about its retain chain. You can see a lighting talk I did on it at BlinkOn: https://www.youtube.com/watch?v=JuyaGFApifA&t=1427s&ab_chann...

    We used it to find a problem fixed in React 18 that caused large leaks on Facebook.com: https://github.com/facebook/react/pull/21039#issuecomment-80...

    We also found one issue that caused a leak that's impossible to spot unless you know how V8 closures are implemented and retain one another.

    I'm really hoping to see Facebook open source the tool some day!

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • fuite

    A tool for finding memory leaks in web apps

    Author here. I added support for [custom scenarios](https://github.com/nolanlawson/fuite/#extending-the-default-...), where you can define a "setup" step that logs in or does whatever you may need to do.

  • ndb

    Discontinued ndb is an improved debugging experience for Node.js, enabled by Chrome DevTools

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • React Unmasked: Episode 1 - The Anatomy of a React App

    3 projects | dev.to | 6 Oct 2024
  • Our platform, powered by Primate.js and Svelte, makes it super easy

    1 project | news.ycombinator.com | 28 Aug 2024
  • Top 20 Javascript Libraries on Github

    20 projects | dev.to | 13 Jun 2024
  • Deploy a Static React Site Using AWS S3 and CloudFront

    3 projects | dev.to | 25 May 2024
  • How to Build an AI FAQ System with Strapi, LangChain & OpenAI

    7 projects | dev.to | 21 Apr 2024