Granola-Team / mina-block-explorer

Web application for the Mina blockchain
Apache License 2.0
6 stars 5 forks source link

Excessive memory consumption over time #896

Closed n1tranquilla closed 2 days ago

n1tranquilla commented 2 weeks ago
Screen Shot 2024-06-23 at 7 44 38 AM

Likely this is due to excessive .clone() + polling causing memory to slowly grow over time. The same is observed when doing many interactions in a short period of time (cypress headed testing)

n1tranquilla commented 2 weeks ago

Able to reproduce locally by running the same test repeatedly. Memory consumption increases over time.

n1tranquilla commented 4 days ago

@robinbb has your tab been crashing?

robinbb commented 4 days ago

@n1tranquilla Not recently, but I haven't kept it open for long.

n1tranquilla commented 4 days ago

Try keeping the tab open as I don't think it's a problem any longer. I haven't seen memory usage spike.

robinbb commented 3 days ago

Closing this. Memory consumption tends to stay below that of my email reader. So, good enough.