This commit is contained in:
2020-11-06 00:23:43 +00:00
parent 0150b46b2e
commit 3ff682e7e9
3 changed files with 28 additions and 42 deletions

View File

@@ -205,3 +205,13 @@ package.json with eslint settings:
"testURL": "http://localhost/"
}
}
todo: ONGOING search for memory leaks
The 7 times system seems to work the best
Excercise item a few times to settle it in memory, take heap snapshot, force gc, take total of 3 heap snapshots forcing gc each times
Excercise item 7 times exactly, take 3 more heap snapshots forcing gc before each one
Compare snapshot 6 to snapshot 3 look for Delta 7 times items to find leak
https://developers.google.com/web/tools/chrome-devtools/memory-problems
https://nolanlawson.com/2020/02/19/fixing-memory-leaks-in-web-applications/