website loading slow
If you have server access
ssh to the server type top and check cpu and ram usage disable the daemon that is using lot of ram or cpu usage
systemtctl disable clamd
systemctl stop clamd
systmctl status clamd
in my case clamd was using high cpu usage
Comments
Post a Comment