I'm a beginner, so maybe this is a simple thing that I missed...
I am working on a game and when I left it running for a few minutes, I came back and it was running super slow.
I do have it spawning a new sprite every few seconds but I noticed when looking at the inspect element section in Chrome that under "network" it has a while bunch of requests every second or so to _reloadpoll_ from the "initiator" jquery (maybe that's normal, I'm not sure, but doesn't seem like it)
The timeline gets longer and longer until the requests are 4-5 mins long. Eventually they just change to "canceled" but the requests keep going.
Does anyone have any idea what this is?
And could it be related to spawning new sprites (if so, how could I put a limit to the number of spawns?)
Thanks in advance, love the software and the community!