memlab
memlab copied to clipboard
A framework for finding JavaScript memory leaks and analyzing heap snapshots
Hi memlab team, Is there any tricks / instruction for mapping console output to react code / html components? I did some homework by reading https://facebook.github.io/memlab/docs/guides/guides-detached-dom However the case I...
Hi memlab devs, thanks for the great tool. I'm excited to try to integrate it into my current NodeJS app tests. I'm wondering what's current status or future road map...
Hi Team, I am getting unsupported browser issue during initial launch, while trying to run memlab on an application. (Ran the script in headful mode). Observed the same script is...
Hi memlab devs, I have a question on how memlab deals with the hidden state that cannot be captured by simply taking heap snapshots. As we know that, many native...
Hello! This project looks amazing and is something our team at NASA Open MCT would love to used within our [nascent performance testing suite](https://github.com/nasa/openmct/tree/master/e2e/tests/performance). I've seen a few requests for...
Hello, I would like to know if memlab can work with Cypress. We have a large test suite of Cypress based tests, it would be nice to use memlabs with...
It's all in the title, we are running tests with Testing Library + MSW on Jest and with some legacy jest mocks. The pipeline looks a bit flaky on the...
Hi Team, First of all, Thank you very much for making this project open source, AFAIK there are very few opensource tools like `memlab` to analyze memory leaks in SPA...
Hello 👋 I have been having a problem running MemLab in an AWS Lambda (NodeJS v18) timing out no matter what time it is given and decided to investigate what's...