Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate Memory Leakage #19

Open
prastut opened this issue Oct 14, 2019 · 2 comments
Open

Investigate Memory Leakage #19

prastut opened this issue Oct 14, 2019 · 2 comments
Assignees
Labels
bug Something isn't working development P1 High - we should be working on this now or in the immediate future

Comments

@prastut
Copy link
Member

prastut commented Oct 14, 2019

If I keep the tab open for a very long time http://polkavizproject.surge.sh/#/kusama, the tab hangs.

@prastut prastut added the bug Something isn't working label Oct 14, 2019
@prastut
Copy link
Member Author

prastut commented Oct 17, 2019

Remember that freezing is most commonly caused by infinite loops or infinite recursion. If the browser does not unfreeze after a minute or so these are the most likely causes of the problem. Freezes can also by caused by synchronous ajax requests, busy loops, or when a function just ends up running a lot of resource-intensive code.

https://twitter.com/datarade/status/1184556596010999809

@prastut prastut added P1 High - we should be working on this now or in the immediate future development labels Nov 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working development P1 High - we should be working on this now or in the immediate future
Projects
None yet
Development

No branches or pull requests

3 participants