videos bomb my CPU
FredericoAndrade opened this issue · 2 comments
FredericoAndrade commented
When interacting with the video feature, some Chrome Helper pushes my processing over 100%, making chrome, and the rest of my computer, impossibly slow.
@bjlaa does this happen with you too?
FredericoAndrade commented
bjlaa commented
Ok, so I got the same issue after a few attempts. It seems that it was caused by the setTimeout handling the replacement of the loader by the iframe. I simply added a condition so that the setTimeout can only be called once. Working well on my side now; let me know if it fixes the issue on your side.