I've encountered a potential memory leak issue within the Learnosity platform that seems to affect performance due to increased memory and CPU consumption. Here are the steps to reproduce and the observed behavior:
Steps to Reproduce:
Take a heap snapshot using browser developer tools at this point.
Open a specific activity from the activity list.
Return to the activity list without completing the activity.
Take a heap snapshot using browser developer tools at this point.
I have forced garbage collector at this point but I can still see references to prev activity in heap
Opening other activity now and going back keeps adding to heap memory.
I am using Microsoft Edge Detached Element tool. But sam can be verified in heap snapshots.
I've encountered a potential memory leak issue within the Learnosity platform that seems to affect performance due to increased memory and CPU consumption. Here are the steps to reproduce and the observed behavior:
Steps to Reproduce:
Take a heap snapshot using browser developer tools at this point.
Open a specific activity from the activity list.
Return to the activity list without completing the activity.
Take a heap snapshot using browser developer tools at this point.
I have forced garbage collector at this point but I can still see references to prev activity in heap
Opening other activity now and going back keeps adding to heap memory.
I am using Microsoft Edge Detached Element tool. But sam can be verified in heap snapshots.