Has anyone else encountered this error:
Warning: Unresponsive script A script on this page may be busy, or it
may have stopped responding. You can stop the script now, open the
script in the debugger, or let the script continue.Script:
https://www.quantopian.com/ass…d191be873cfd7aee19424777b70.js:7
It is correlated with loading transactions for long backtests. Even after the transactions load, my browser continues to be sluggish/glitchy. The error is perplexing, since I have 8 GB of RAM, and the in-browser backtester is consuming only a portion of it.
I've reported the problem to Quantopian support, but no remedy has been provided. Apparently, it is related to the large amount of data that needs to be downloaded, but this doesn't quite make sense, since my pc has plenty of RAM.
Please let me know if you seen the same problem, upon cloning and running the attached backtest. Or if you know of a fix.
One suggestion to Quantopian support would be to make downloading transactions an option.
It is worth noting that the attached algorithm trades 250 stocks daily, which, as I understand, is the kind of thing a scalable long-short algo would need to do. So, it would seem to be a fair test in the context of the type of algo development Quantopian is promoting.