Dev Console Network Spam Requests Issue

So recently from nowhere a bunch of analytics requests started spamming a get type request in the network when you press F9 which overall just increases the memory usage of the game in an abnormal way.

I don’t know what the issue is but if anyone does so, please comment on this. I haven’t tried anything really but to disable my main server script which is the only script on the game and that didn’t change the fact that those requests are spammed. I believe it has to either do with my local scripts or something entirely else.

Here’s a clip on the issue: https://gyazo.com/42d0c59fcbc65cc8ac6d9fde7e879943

I’ve personally never seen this happen before in my entire Roblox Lua Programming career so this issue is something completely new for me.

EDIT:
After doing some research, I’ve managed to find out that the issue is only on Roblox studio and not in-game as I tried publishing the game and testing it out only to find out that the issue is gone in Roblox itself, it’s just a Roblox studio issue.

The memory gets added because its making a ton of UI instances.

Not sure why analytics is getting spammed though. Maybe a malicious script is in your game?

I checked the scripts that were in my game’s explorer and there were no suspicious/malicious scripts. I don’t believe it was caused by some kind of a virus or anything.