Skip to main content

All Questions

2 votes
1 answer
214 views

Interpreting Chrome memory tool's results for a memory leak?

I'm pretty sure I have a memory leak. When I perform certain actions (e.g. opening a menu) repeatedly, then use the 3 heap snapshots trick, there's always leaked memory. The retainers are different ...
Leo Jiang's user avatar
  • 25.6k
0 votes
0 answers
119 views

How to debug flutter web app to check maximum memory consumption issue?

I am developing demo trading platform. For data I am dependent on a single Websocket and for routing I am using 2 Nested routers to display left and right section of the web application. Issue is If I ...
Pratik S. Gode's user avatar
2 votes
0 answers
262 views

Memory Leak? Chrome's 'Memory Footprint' in the Task Manager is rising, despite 'JavaScript Memory' and 'GPU Memory' being stable

NB. I'm posting this here as a note to self / help for others as it took me two full days to track down the problem. The original issue: In a pixi.js (v7+) based browser game using lots of Graphics ...
Slakinov's user avatar
  • 311
0 votes
0 answers
35 views

How to Externally Debug a Memory Issue on a Minified Website (AI Sensei)

I'm new to debugging memory issues with Chrome Dev Tools, so I'm kind of lost on this one, specially because I don't have access to the code and the website has been minified apparently, so it's ...
psygo's user avatar
  • 6,883
1 vote
1 answer
385 views

How to find reason of memory leak when using browser notification?

I need to show notification via browser extension. The code below is reproduce example outside the extension. Can you explan why memory usage doesn't decrease after notification close? Allow ...
Viewed's user avatar
  • 1,447
2 votes
0 answers
202 views

Jest memory leak when using mongodb-memory-server

I had noticed that the the contexts of the setup file are kept around when mongodb-memory-server is in use, but i cannot figure out exactly why, the only clue i have found is that seemingly jest keeps ...
hasezoey's user avatar
  • 1,076
2 votes
0 answers
155 views

JavaScript heap out of memory - identify problem with chrome developer tools

Im building an app with react native and expo. This error occured when starting the app, as soon as loading hits 99%: <--- Last few GCs ---> [8936:09216D50] 39714 ms: Scavenge 319.8 (362.4) -...
HansJuergen's user avatar
9 votes
1 answer
3k views

What does it mean for `(compiled code)` to build up on the js heap in chrome dev tools? Is this a memory leak?

I've been trying to track down a small memory leak in my ReactJS web app. It increases by 10-30 mb over the course of 10 minutes or so. I took 3 heap snap shots using the chrome dev tools: 1 after the ...
kat's user avatar
  • 5,895
0 votes
1 answer
403 views

How to debug "Aw, Snap!" Chrome (when opening multiple tabs)

If I ctrl-click a link in my app and open ~10 tabs, for 2-3 of them I get the I have no idea where to start investigating this 🤷 I am working on ASP.NET (.NET6) MVC + Knockout, dunno if this is ...
Cătălin Rădoi's user avatar
3 votes
0 answers
478 views

Detached HTMLElements in angular apps and memory leaks

So, we have an angular app (v12) that is experiencing memory leaks (sluggish over time). We are using the MS Edge detached elements dev tool to see what is happening and provide some visibility which ...
inbanco's user avatar
  • 83
1 vote
0 answers
214 views

Angular component is not released in page navigation on Chrome Dev Tool

I created fresh Angular 11 project and then added two pages with only one div covering the whole page as followings: // pour page // component.html <div style="width: 100vw; height: 100vh; ...
Derek Wang's user avatar
  • 10.2k
0 votes
1 answer
1k views

Nodejs | Chrome Memory Debugging

Context: I have an Node.js application which memory seems to very high, I don't know if that is memory leak or not, because it is reduced after certain period time, but some times on heavy load it ...
Sathish's user avatar
  • 2,150
3 votes
2 answers
3k views

What is InternalNode in chrome heap profile

I am diagnosing a memory leak in a jQuery based single page application using the Chrome DevTools heap snapshot tool as described on https://developer.chrome.com/docs/devtools/memory-problems/#...
Wazner's user avatar
  • 3,082
-1 votes
1 answer
923 views

How to show object instance in Memory snapshot?

I am following this example to learn more about Memory Snapshots. The example mentions, that hoovering over an allocated object should show the object instance, e.g. This would be super convenient, ...
TmTron's user avatar
  • 18.6k
0 votes
1 answer
2k views

Angular Material not releasing DOM nodes/Js event listeners

When I visit the Material Components Demo page and switch between the pages (e.g. Autocomplete and Badge), I can see in the Chrome dev-tools Performance monitor, that the number of DOM nodes and JS ...
TmTron's user avatar
  • 18.6k

15 30 50 per page
1
2 3 4 5
8