I'm using a 4gb / 2 core Digital Ocean VPS to manage around 30 low bandwidth sites.
I've recently installed a Wordpress security plugin (Wordfence), in each installation, so I can use their central dashboard to monitor the security of all sites.
The issue I'm having is that when this dashboard first loads up, it contacts all sites to get a security report from each... at the same time.
That request to each of the 30+ sites is enough to max out memory which leads to processes being killed.
What would be the best approach to limit global calls like this?
I've recently installed a Wordpress security plugin (Wordfence), in each installation, so I can use their central dashboard to monitor the security of all sites.
The issue I'm having is that when this dashboard first loads up, it contacts all sites to get a security report from each... at the same time.
That request to each of the 30+ sites is enough to max out memory which leads to processes being killed.
What would be the best approach to limit global calls like this?