High Web Request Count

For some reason a ton of web request are being sent from the server. https://gyazo.com/ee7bc620781227492e6fd3ef67876107
After a 3-4 hours the server becomes too bogged down with requests which forces me to shutdown. Any ideas?

Here’s script activity. Nothing much is happening.
https://gyazo.com/2db2dff6325fde6480c16a44ea0d74cf

I’m using the official GameAnalytics module which I’ve heard can cause memory leaks. At least the first version of the module may have. However these web request don’t seem to be using HttpService as far as I can tell which GameAnalytics uses heavily.

1 Like

It appears to not be related to GameAnalytics. HttpService has its own tag https://gyazo.com/67bce182ebb6a2173f7c2bc6fc9e1f35

1 Like

Ok it looks like somewhere in my code an asynchronous Players function is being called a bunch of time. Just need to find it now.

1 Like