Browser source freezing?

GreatMagicalHat

New Member
(Not entirely sure if this is entirely the right place to post, but I didn't see a better place.)

I made a small audience participation game for a friend who streams on twitch. It has a webpage which displays the game state, which is streamed by the streamer, and it takes input from the twitch chat. He uses a browser source to display the website.

Now, a problem we're encountering is that the page seems to freeze quite often, at (as far as I can tell) random times. When the freezing happens during a CSS animation, the CSS animation stops as well, which makes me think that it's not just a bug in my javascript. (I have also not experienced the same behavior in full-fledged Chrome or another browser.) Now, the problem is that I do not really know where to even start to diagnose this problem.

Any ideas on how to go about diagnosing the problem here?
 
Back
Top