This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user